aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 00:01:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2021-07-15 00:01:42 +0000
commit6c9853b6f3239ce28d62c5c9c3d08ffc0052e387 (patch)
tree899183b8d4e59769a299cb0475d17f8e125e8954 /Android.bp
parentedabab205c7dfab75cdcbc6846d1630728ba2482 (diff)
parent301e0e8ea728c05e0cf98e54a1b5a79ccecba1a8 (diff)
downloadlibyuv-6c9853b6f3239ce28d62c5c9c3d08ffc0052e387.tar.gz
Change-Id: Ia438fa6404529adc058794f4169e680a47c5672e
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"]