aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:34:23 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:34:23 -0800
commit168858539e03c39691e953919f34be098675bb80 (patch)
treec48b747840eba7e41db866cd15e94e1a6f131d5f
parent6ea96a06ef1bac092c3c557cc4f0c4bf3613cdaa (diff)
downloadwebp-168858539e03c39691e953919f34be098675bb80.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/webp
Added SPDX-license-identifier-BSD to: Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: I0b194d64e433597957db2e3d34f8009de4980a94
-rw-r--r--Android.bp24
1 files changed, 24 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 22219506..9884fef4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -14,6 +14,30 @@
//##############################################
+package {
+ default_applicable_licenses: ["external_webp_license"],
+}
+
+// Added automatically by a large-scale-change
+//
+// large-scale-change included anything that looked like it might be a license
+// text as a license_text. e.g. LICENSE, NOTICE, COPYING etc.
+//
+// Please consider removing redundant or irrelevant files from 'license_text:'.
+// See: http://go/android-license-faq
+license {
+ name: "external_webp_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "COPYING",
+ "NOTICE",
+ "PATENTS",
+ ],
+}
+
cc_library_static {
name: "webp-headers",
host_supported: true,