Push specific licenses down the tree toward the leaf directories. Remove extra Apache 2.0 license texts--just use Android-Apache-2.0 Test: m nothing Change-Id: Ibee25f75f5933699d6f43acdc192b2ada6823757
13 lines
238 B
Plaintext
13 lines
238 B
Plaintext
package {
|
|
// See: http://go/android-license-faq
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
android_app {
|
|
name: "DevelopmentSettings",
|
|
sdk_version: "current",
|
|
dex_preopt: {
|
|
enabled: false,
|
|
},
|
|
}
|