aboutsummaryrefslogtreecommitdiffstats
path: root/fuzzer/Android.bp
diff options
context:
space:
mode:
authorMartin Storsjo <martin@martin.st>2021-03-04 14:24:57 +0200
committerMartin Storsjo <martin@martin.st>2021-03-04 14:24:57 +0200
commit0a90c09e00c3f6238efe8c89daf2c7e55ea4f011 (patch)
treea64e2626482a4ba371291c89054926b559565d10 /fuzzer/Android.bp
parentf8db6a7b79f0a8aefbddcb21ce5e17507248b1e9 (diff)
parent6d10f91a77002b6371ebada491f507ef974ca572 (diff)
downloadfdk-aac-0a90c09e00c3f6238efe8c89daf2c7e55ea4f011.tar.gz
fdk-aac-0a90c09e00c3f6238efe8c89daf2c7e55ea4f011.tar.bz2
fdk-aac-0a90c09e00c3f6238efe8c89daf2c7e55ea4f011.zip
Merge remote-tracking branch 'aosp/master'
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/"
+ ],
}