Lines Matching full:support
1 # Adding the Support Library Build Within Another Build
4 For now, run `./gradlew createArchive` and copy the output to where your project can use it, as described fuller in go/support-dev
6 Would you like to make a change in Support Library and have it be propagated to
8 build Support Library and then build your application?
10 ## To build Support Library as part of your existing Gradle build
11 * To add the Support Library build
12 * Add `apply(from: '<support-lib-repo-root>/frameworks/support/include-support-library.gradle')`
14 * See [include-support-library.gradle](include-support-library.gradle)
18 * It should point to `<support-lib-repo-root>/prebuilts/fullsdk-<platform>` .
19 * For example, `~/support-library/prebuilts/fullsdk-linux` .
21 Support Library.
23 number among SDKs in the Support Library repo.
25 echo <support-lib-repo-root>/prebuilts/fullsdk-linux/platforms/android* | xargs -n 1 echo | sed 's/.*android-//' | tail -n 1
31 `com.android.support:app-compat-v7:26.0.2` with
32 `com.android.support:app-compat-v7:28.0.2`