Files
android_development/apps/NinePatchLab/Android.bp
Bob Badour 082705bfb3 Fix license texts.
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
2022-01-20 19:04:52 +00:00

11 lines
208 B
Plaintext

package {
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_test {
name: "NinePatchLab",
srcs: ["**/*.java"],
sdk_version: "current",
}