aboutsummaryrefslogtreecommitdiff
path: root/files/fuzz/Android.bp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:02:05 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2021-06-19 12:02:05 +0000
commit15dfdc722b6e091e5fb5bac13f01553364235188 (patch)
tree899183b8d4e59769a299cb0475d17f8e125e8954 /files/fuzz/Android.bp
parentedabab205c7dfab75cdcbc6846d1630728ba2482 (diff)
parent301e0e8ea728c05e0cf98e54a1b5a79ccecba1a8 (diff)
downloadlibyuv-8f0c4eddd2ed83a464342490cd743fc5e583747f.tar.gz
Change-Id: Ib8387f97e68f277c666879ea622f4c62237d843e
Diffstat (limited to 'files/fuzz/Android.bp')
-rw-r--r--files/fuzz/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/files/fuzz/Android.bp b/files/fuzz/Android.bp
index be3c78e6..0e495899 100644
--- a/files/fuzz/Android.bp
+++ b/files/fuzz/Android.bp
@@ -1,4 +1,13 @@
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_libyuv_files_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-BSD
+ default_applicable_licenses: ["external_libyuv_files_license"],
+}
+
cc_fuzz {
name: "libyuv_mjpeg_dec_fuzz",
host_supported: false,