summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Bob Badour <bbadour@google.com> 2021-04-20 14:07:25 -0700
committer Bob Badour <bbadour@google.com> 2021-04-20 14:07:25 -0700
commit8a371ba2fab202aa508eda3de0bfd6eee143aa2f (patch)
tree8c1ed99ea0840e91987a658dbf991262f0f55e98
parent9c359a24b0c7512401c7badb808b19e3a4e3fced (diff)
[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native
Added SPDX-license-identifier-Apache-2.0 to: libs/permission/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I7e6253d36ef84ce3a848c8ec264802b5859c537a
-rw-r--r--libs/permission/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/permission/Android.bp b/libs/permission/Android.bp
index dd38224a60..a5712b319f 100644
--- a/libs/permission/Android.bp
+++ b/libs/permission/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_native_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["frameworks_native_license"],
+}
+
cc_library_shared {
name: "libpermission",
srcs: [