xref: /aosp_15_r20/system/extras/simpleperf/demo/SimpleperfExampleCpp/settings.gradle (revision 288bf5226967eb3dac5cce6c939ccc2a7f2b4fe5)
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