aboutsummaryrefslogtreecommitdiff
path: root/tests/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 20:15:28 -0800
committerBob Badour <bbadour@google.com>2021-02-12 20:15:28 -0800
commit00c26b53edd50109460bf1e2dc5e7dd106550ee2 (patch)
tree081a2c94ec427a72ecdafb0bee8ad901cb37e04e /tests/Android.bp
parentff8f9811a529142e0403c6bc71c0e0050e7f883f (diff)
downloadContactsProvider-00c26b53edd50109460bf1e2dc5e7dd106550ee2.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to packages/providers/ContactsProvider
Added SPDX-license-identifier-Apache-2.0 to: Android.bp test_common/Android.bp tests/Android.bp tests2/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ifd3538fbd0cd2914e487fc97ec54635372821ffc
Diffstat (limited to 'tests/Android.bp')
-rw-r--r--tests/Android.bp11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/Android.bp b/tests/Android.bp
index b15ded47..6fc1d179 100644
--- a/tests/Android.bp
+++ b/tests/Android.bp
@@ -1,3 +1,14 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "packages_providers_ContactsProvider_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: [
+ "packages_providers_ContactsProvider_license",
+ ],
+}
+
android_test {
name: "ContactsProviderTests",
static_libs: [