aboutsummaryrefslogtreecommitdiff
path: root/fuzzer/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'fuzzer/Android.bp')
-rw-r--r--fuzzer/Android.bp8
1 files changed, 8 insertions, 0 deletions
diff --git a/fuzzer/Android.bp b/fuzzer/Android.bp
index ec26e0a8..45ce6ab4 100644
--- a/fuzzer/Android.bp
+++ b/fuzzer/Android.bp
@@ -18,6 +18,14 @@
* Originally developed and contributed by Ittiam Systems Pvt. Ltd, Bangalore
*/
+package {
+ // http://go/android-license-faq
+ // A large-scale-change added 'default_applicable_licenses' to import
+ // the below license kinds from "external_libopus_license":
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_libopus_license"],
+}
+
cc_defaults {
name: "opus_fuzz_defaults",
host_supported: true,