aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:03:58 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 05:03:58 +0000
commit16d0e018cdd707e1fc201a5a98f22e760ce32351 (patch)
tree8ccce47a3990f4beb10ab82b1853fd7cf3815fe6
parent62f5442ea0b880b2012d41cfbc98aef372c7a531 (diff)
parent5dc6cb253ed0f313cededbdb0932be2c73032bad (diff)
downloadlibsrtp2-android14-mainline-permission-release.tar.gz
Change-Id: Ifdcefd61f0b986c3c826df9e81aab0ae00ca7e56
-rw-r--r--Android.bp3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index b3bc32c..8cc9ea5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -92,6 +92,9 @@ cc_fuzz {
// exceeds the posix_spawn limit. So, only some of the files
// are used.
corpus: ["fuzzer/corpus/0*"],
+ fuzzing_frameworks: {
+ afl: false,
+ },
fuzz_config: {
componentid: 87896
}