From 94f281830b8ffc848b988fadeab466c1e689cbe9 Mon Sep 17 00:00:00 2001 From: Cory Barker Date: Mon, 8 Aug 2022 16:47:05 +0000 Subject: Revert^2 "Updated the way we build AFL++ fuzz binaries" d2ebbfd4b48f2e053c5eac2c06b6b9f600218568 Change-Id: I0395712912d52f870820117d020f713e929c21f4 --- Android.bp | 3 +++ 1 file changed, 3 insertions(+) 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 } -- cgit v1.2.3