Fix licenses and license texts.
Some BSD, some CC-BY, mostly Apache 2.0 & 1p
Test: m nothing
Change-Id: Idfeeb926656fec61e9753a5a55b13c5cdf2d8651
diff --git a/tests/Android.bp b/tests/Android.bp
index 10ebbc9..647fee7 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -5,7 +5,10 @@
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
// SPDX-license-identifier-CC-BY
- default_applicable_licenses: ["packages_apps_Contacts_license"],
+ default_applicable_licenses: [
+ "packages_apps_Contacts_license",
+ "Android-Apache-2.0",
+ ],
}
android_test {