aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorBob Badour <bbadour@google.com>2021-02-12 18:24:37 -0800
committerBob Badour <bbadour@google.com>2021-02-12 18:24:37 -0800
commit5b23e3abe9f1de45bf39cdaa39a7dc4daf57ad6d (patch)
tree899183b8d4e59769a299cb0475d17f8e125e8954 /Android.bp
parent403d99c3f174485db7164903f938d66d85678c11 (diff)
downloadlibyuv-5b23e3abe9f1de45bf39cdaa39a7dc4daf57ad6d.tar.gz
[LSC] Add LOCAL_LICENSE_KINDS to external/libyuv
Added SPDX-license-identifier-BSD to: Android.bp files/Android.bp files/fuzz/Android.bp Bug: 68860345 Bug: 151177513 Bug: 151953481 Test: m all Exempt-From-Owner-Approval: janitorial work Change-Id: Ifb0f6e22e614dd39cb28f3d7a01af7a1e46f0a54
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp17
1 files changed, 17 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 515d5626..e4ed511c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1 +1,18 @@
+package {
+ default_applicable_licenses: ["external_libyuv_license"],
+}
+
+// Added automatically by a large-scale-change
+// See: http://go/android-license-faq
+license {
+ name: "external_libyuv_license",
+ visibility: [":__subpackages__"],
+ license_kinds: [
+ "SPDX-license-identifier-BSD",
+ ],
+ license_text: [
+ "LICENSE",
+ ],
+}
+
subdirs = ["files"]