1*288bf522SAndroid Build Coastguard WorkerpluginManagement { 2*288bf522SAndroid Build Coastguard Worker repositories { 3*288bf522SAndroid Build Coastguard Worker gradlePluginPortal() 4*288bf522SAndroid Build Coastguard Worker google() 5*288bf522SAndroid Build Coastguard Worker mavenCentral() 6*288bf522SAndroid Build Coastguard Worker } 7*288bf522SAndroid Build Coastguard Worker} 8*288bf522SAndroid Build Coastguard WorkerdependencyResolutionManagement { 9*288bf522SAndroid Build Coastguard Worker repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS) 10*288bf522SAndroid Build Coastguard Worker repositories { 11*288bf522SAndroid Build Coastguard Worker google() 12*288bf522SAndroid Build Coastguard Worker mavenCentral() 13*288bf522SAndroid Build Coastguard Worker } 14*288bf522SAndroid Build Coastguard Worker} 15*288bf522SAndroid Build Coastguard WorkerrootProject.name = "SimpleperfExampleCpp" 16*288bf522SAndroid Build Coastguard Workerinclude ':app' 17