summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2022-01-27 21:54:40 -0800
committerBob Badour <bbadour@google.com>2022-01-27 21:54:40 -0800
commit6827f3920d77b0d59ff81c5254a2bafbd3fe84e6 (patch)
tree97103ed0fc029c142d5775e2e48fb6d7e0f745ce /tests
parent70e6dc4db7bd35a6ceb8e93c2280b5a3f1ec9933 (diff)
downloadContacts-6827f3920d77b0d59ff81c5254a2bafbd3fe84e6.tar.gz
Fix licenses and license texts.
Some BSD, some CC-BY, mostly Apache 2.0 & 1p Test: m nothing Change-Id: Idfeeb926656fec61e9753a5a55b13c5cdf2d8651
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.bp5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index 10ebbc983..647fee7ab 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -5,7 +5,10 @@ package {
// 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 {