aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-11 02:46:03 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2022-08-11 02:46:03 +0000
commitc33473eff9ae6063fad576d082202bf2bdeab6b3 (patch)
tree8ccce47a3990f4beb10ab82b1853fd7cf3815fe6
parent4f1c7fc60bc0c178d0f3b0e49e27b608a4f936dc (diff)
parent5dc6cb253ed0f313cededbdb0932be2c73032bad (diff)
downloadlibsrtp2-android14-s1-release.tar.gz
Change-Id: I3d31026b7e720e308d053e6103f0fbcfdf5a4416
-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
}