aboutsummaryrefslogtreecommitdiffstats
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 470eb9a..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,
@@ -66,4 +75,8 @@ cc_fuzz {
defaults: [
"aac_fuzz_defaults"
],
+
+ include_dirs: [
+ "external/aac/libAACenc/"
+ ],
}