Files
android_development/apps/launchperf/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
196 B
Plaintext

package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_test {
name: "launchperf",
srcs: ["**/*.java"],
libs: ["android.test.runner"],
platform_apis: true,
}