aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzer/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzer/Android.bp')
-rw-r--r--fuzzer/Android.bp9
1 files changed, 9 insertions, 0 deletions
diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp
index 0aff547..6739798 100644
--- a/fuzzer/Android.bp
+++ b/fuzzer/Android.bp
@@ -18,6 +18,15 @@
* Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
*/
+package {
+ // See: http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // all of the 'license_kinds' from "external_aac_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_aac_license"],
+}
+
cc_defaults {
name: "aac_fuzz_defaults",
host_supported: true,