summaryrefslogtreecommitdiff
path: root/libs/androidfw
diff options
context:
space:
mode:
author Bob Badour <bbadour@google.com> 2022-11-18 10:20:46 -0800
committer Bob Badour <bbadour@google.com> 2022-11-18 10:20:46 -0800
commit9dfc66a9e45baba017df9e6f73ce940c1e36eeca (patch)
tree934262c59a4290f511b3283cd57ebd07d0c7de6a /libs/androidfw
parent2f1ce1233664b2f0cf048f5a7e795bc68101c429 (diff)
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/base
Added SPDX-license-identifier-Apache-2.0 to: libs/androidfw/tests/data/sparse/Android.bp services/tests/servicestests/test-apps/PackageParsingTestManifests/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Change-Id: I1de297ad2cbfbbfe394ac42922e6ba9a4a1751c3
Diffstat (limited to 'libs/androidfw')
-rw-r--r--libs/androidfw/tests/data/sparse/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/androidfw/tests/data/sparse/Android.bp b/libs/androidfw/tests/data/sparse/Android.bp
index 0fed79e39784..b0da375c7971 100644
--- a/libs/androidfw/tests/data/sparse/Android.bp
+++ b/libs/androidfw/tests/data/sparse/Android.bp
@@ -1,3 +1,12 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "frameworks_base_libs_androidfw_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_base_libs_androidfw_license"],
+}
+
android_test_helper_app {
name: "FrameworkResourcesSparseTestApp",
sdk_version: "current",