summaryrefslogtreecommitdiff
path: root/fuzzer/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzer/Android.bp')
-rw-r--r--fuzzer/Android.bp13
1 files changed, 13 insertions, 0 deletions
diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp
index 5bf44fa..26e2fa6 100644
--- a/fuzzer/Android.bp
+++ b/fuzzer/Android.bp
@@ -1,3 +1,16 @@
+// *** THIS PACKAGE HAS SPECIAL LICENSING CONDITIONS. PLEASE
+// CONSULT THE OWNERS AND opensource-licensing@google.com BEFORE
+// DEPENDING ON IT IN YOUR PROJECT. ***
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_dng_sdk_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-MIT
+ // legacy_by_exception_only (by exception only)
+ default_applicable_licenses: ["external_dng_sdk_license"],
+}
+
cc_fuzz {
name: "dng_parser_fuzzer",
host_supported: true,