aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Barker <cobark@google.com>2022-08-08 15:55:12 +0000
committerCory Barker <cobark@google.com>2022-08-08 15:55:12 +0000
commitd2ebbfd4b48f2e053c5eac2c06b6b9f600218568 (patch)
tree66ea024e880269f96944ce6d67c0a078b40f0d6a
parent5e3d1e4c31e6f1134ff636ff34d5628d07d672e1 (diff)
downloadlibsrtp2-d2ebbfd4b48f2e053c5eac2c06b6b9f600218568.tar.gz
Revert "Updated the way we build AFL++ fuzz binaries"
Revert "Updated the way we build AFL++ fuzz binaries" Revert "Updated the way we build AFL++ fuzz binaries" Revert submission 2164482-Build AFL from Command line option Reason for revert: Unit test fails on MAC builds Reverted Changes: Ia7a822462:Updated the way we build AFL++ fuzz binaries I994bde63b:Updated the way we build AFL++ fuzz binaries Ie863853b4:Updated the way we build AFL++ fuzz binaries I577d6ae7b:Updated the way we build AFL++ fuzz binaries Ic4fd34f8d:Updated the way we build AFL++ fuzz binaries Change-Id: I2a2cfac39c2ebc8a3ba6f661b86fa4eed24517a5
-rw-r--r--Android.bp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 8cc9ea5..b3bc32c 100644
--- a/Android.bp
+++ b/Android.bp
@@ -92,9 +92,6 @@ 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
}