summaryrefslogtreecommitdiff
path: root/arm
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-26 02:30:46 -0800
committerBob Badour <bbadour@google.com>2021-02-26 02:30:46 -0800
commitcd19db42893f6ad2e91724bf280ea61959cc8430 (patch)
treec0115a8b4a21d204ab8de36b503435fe4307467c /arm
parent4baba3b4186d83f5965cdd6acf15353b9ef6571c (diff)
downloadv28-cd19db42893f6ad2e91724bf280ea61959cc8430.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to prebuilts/vndk/v28
Added SPDX-license-identifier-Apache-2.0 to: arm/Android.bp arm/binder32/Android.bp arm64/Android.bp x86/Android.bp x86/binder32/Android.bp x86_64/Android.bp Added SPDX-license-identifier-Apache-2.0 SPDX-license-identifier-BSD SPDX-license-identifier-GPL SPDX-license-identifier-GPL-2.0 SPDX-license-identifier-LGPL SPDX-license-identifier-LGPL-2.1 SPDX-license-identifier-LGPL-3.0 SPDX-license-identifier-MIT SPDX-license-identifier-NCSA SPDX-license-identifier-OpenSSL SPDX-license-identifier-Zlib legacy_permissive to: Android.bp common/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ia1d9b53acd0336b3738ecaaec3f36e9824f0263b
Diffstat (limited to 'arm')
-rw-r--r--arm/Android.bp4
-rw-r--r--arm/binder32/Android.bp4
2 files changed, 8 insertions, 0 deletions
diff --git a/arm/Android.bp b/arm/Android.bp
index 7e57f8d..5543e5d 100644
--- a/arm/Android.bp
+++ b/arm/Android.bp
@@ -1,6 +1,10 @@
// THIS FILE IS AUTOGENERATED BY development/vndk/snapshot/gen_buildfiles.py
// DO NOT EDIT
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
vndk_prebuilt_shared {
name: "android.frameworks.displayservice@1.0",
version: "28",
diff --git a/arm/binder32/Android.bp b/arm/binder32/Android.bp
index afba24d..0c67f56 100644
--- a/arm/binder32/Android.bp
+++ b/arm/binder32/Android.bp
@@ -1,6 +1,10 @@
// THIS FILE IS AUTOGENERATED BY development/vndk/snapshot/gen_buildfiles.py
// DO NOT EDIT
+package {
+ default_applicable_licenses: ["Android-Apache-2.0"],
+}
+
vndk_prebuilt_shared {
name: "android.frameworks.displayservice@1.0",
version: "28",