aboutsummaryrefslogtreecommitdiff
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 3668a6f..3dc0524 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_libgsm_license"
+ // to get the below license kinds:
+ // SPDX-license-identifier-Apache-2.0
+ default_applicable_licenses: ["external_libgsm_license"],
+}
+
cc_defaults {
name: "gsm_fuzzer_defaults",
host_supported: true,