aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:15:48 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-02-17 03:15:48 +0000
commit22093eacf3e9dfa919b40354e1cf6db1b24bbf1e (patch)
tree899183b8d4e59769a299cb0475d17f8e125e8954 /Android.bp
parentf41d452569a2176396a64a667e02f6e455a0fe96 (diff)
parent2e0da364bdc08832256a9d1045e0105610f6a915 (diff)
downloadlibyuv-22093eacf3e9dfa919b40354e1cf6db1b24bbf1e.tar.gz
Snap for 7149879 from 2e0da364bdc08832256a9d1045e0105610f6a915 to sc-release
Change-Id: I86ca4a2484ac3923c7afb6e7933e5c68e464945e
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"]