From d2ebbfd4b48f2e053c5eac2c06b6b9f600218568 Mon Sep 17 00:00:00 2001 From: Cory Barker Date: Mon, 8 Aug 2022 15:55:12 +0000 Subject: 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 --- Android.bp | 3 --- 1 file changed, 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 } -- cgit v1.2.3