summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 15:26:01 -0800
committerBob Badour <bbadour@google.com>2021-02-12 15:26:01 -0800
commitf15d7159a2d63ecfc16352a3157e49cc9174debf (patch)
tree57e3afcd9dc7cb302fb7c07f8794d50ee5673c9e
parent4f7d67c12231363596e28b1a2255409ebbd875c4 (diff)
downloadplatform_external_libhevc-f15d7159a2d63ecfc16352a3157e49cc9174debf.tar.gz
platform_external_libhevc-f15d7159a2d63ecfc16352a3157e49cc9174debf.tar.bz2
platform_external_libhevc-f15d7159a2d63ecfc16352a3157e49cc9174debf.zip
[LSC] Add LOCAL_LICENSE_KINDS to external/libhevcandroid-s-preview-1
Added SPDX-license-identifier-Apache-2.0 to: Android.bp fuzzer/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Iee5e51d0c121359a6bc308643d8365ef3329eefa
-rw-r--r--Android.bp17
-rw-r--r--fuzzer/Android.bp9
2 files changed, 26 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b32578a..4cd02d1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,20 @@
+package {
+ default_applicable_licenses: ["external_libhevc_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_libhevc_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-Apache-2.0",
+ ],
+ license_text: [
+ "NOTICE",
+ ],
+}
+
cc_library_static {
name: "libhevcdec",
vendor_available: true,
diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp
index 90b34c8..4cc9113 100644
--- a/fuzzer/Android.bp
+++ b/fuzzer/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 "external_libhevc_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_libhevc_license"],
+}
+
cc_fuzz {
name: "hevc_dec_fuzzer",
host_supported: true,