summaryrefslogtreecommitdiff
path: root/libacryl_plugins
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-03-01 22:31:00 -0800
committerBob Badour <bbadour@google.com>2021-03-01 22:31:00 -0800
commitd78d8fca546a83bdf61842de17b51cd8cb4a90ec (patch)
tree41454fd0295595b5e8b854560f028f1bc8306ae2 /libacryl_plugins
parentcf2bb2035c56a4fccede44665cfdc6cee634a024 (diff)
downloadgs101-d78d8fca546a83bdf61842de17b51cd8cb4a90ec.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to hardware/google/graphics/gs101
Added SPDX-license-identifier-Apache-2.0 to: Android.bp libacryl_plugins/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: If5ef1901c0ea5f8986365f26a3242a1577cb6cce
Diffstat (limited to 'libacryl_plugins')
-rw-r--r--libacryl_plugins/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/libacryl_plugins/Android.bp b/libacryl_plugins/Android.bp
index cbfe100..f8d58a0 100644
--- a/libacryl_plugins/Android.bp
+++ b/libacryl_plugins/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 "hardware_google_graphics_gs101_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["hardware_google_graphics_gs101_license"],
+}
+
cc_library {
name: "libacryl_hdr_plugin",
proprietary: true,