xref: /aosp_15_r20/external/executorch/extension/android_test/settings.gradle (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1/*
2 * This file was generated by the Gradle 'init' task.
3 *
4 * The settings file is used to specify which projects to include in your build.
5 * For more detailed information on multi-project builds, please refer to https://docs.gradle.org/8.6/userguide/multi_project_builds.html in the Gradle documentation.
6 */
7pluginManagement {
8  repositories {
9    google()
10    mavenCentral()
11    gradlePluginPortal()
12  }
13}
14
15dependencyResolutionManagement {
16  repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
17  repositories {
18    google()
19    mavenCentral()
20  }
21}
22
23rootProject.name = 'executorch'
24include('src')
25