SetupWizardLibrary/tools/gradle/settings.gradle
Maurice Lam 56b51cc0f1 [SuwLib] Use prebuilt support lib
Use prebuilt support lib in the internal maven repo rather than
building them from source.

Test: Existing tests pass (./gradlew connectedAndroidTest)
Bug: 32782973
Change-Id: I7e3d86074bfcff9062f8f3f7acf2f5f98055ba49
2016-11-17 21:10:58 +00:00

4 lines
186 B
Groovy

include(':setup-wizard-lib')
project(':setup-wizard-lib').projectDir = new File(rootDir, 'frameworks/opt/setupwizard/library')
project(':setup-wizard-lib').buildFileName = 'self.gradle'