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: Ie8cf24b8131ebd9580ddd80f0dbc1d124bede184
diff --git a/src/Android.bp b/src/Android.bp
index cd1b265..f71c2e1 100644
--- a/src/Android.bp
+++ b/src/Android.bp
@@ -136,9 +136,6 @@
 cc_fuzz {
     name: "nfc_nci_fuzzer",
     defaults: ["nfc_fuzzer_defaults"],
-    fuzzing_frameworks: {
-      afl: false,
-    },
     srcs: [
         "nfc/nci/*.cc",
         "nfc/nfc/*.cc",
@@ -153,9 +150,6 @@
 cc_fuzz {
     name: "nfc_rw_fuzzer",
     defaults: ["nfc_fuzzer_defaults"],
-    fuzzing_frameworks: {
-      afl: false,
-    },
     srcs: [
         "nfc/tags/rw_*.cc",
         "nfc/tags/tags_int.cc",
@@ -169,9 +163,6 @@
 cc_fuzz {
     name: "nfc_ce_fuzzer",
     defaults: ["nfc_fuzzer_defaults"],
-    fuzzing_frameworks: {
-      afl: false,
-    },
     srcs: [
         "nfc/tags/ce_*.cc",
         "nfc/tags/tags_int.cc",
@@ -185,9 +176,6 @@
 cc_fuzz {
     name: "nfc_ndef_fuzzer",
     defaults: ["nfc_fuzzer_defaults"],
-    fuzzing_frameworks: {
-      afl: false,
-    },
     srcs: [
         "nfa/dm/nfa_dm_ndef.cc",
         "nfc/ndef/*.cc",
@@ -201,9 +189,6 @@
 cc_fuzz {
     name: "nfc_llcp_fuzzer",
     defaults: ["nfc_fuzzer_defaults"],
-    fuzzing_frameworks: {
-      afl: false,
-    },
     srcs: [
         "nfc/llcp/*.cc",
         "gki/common/*.cc",
@@ -228,9 +213,6 @@
 cc_fuzz {
     name: "nfc_integration_fuzzer",
     defaults: ["nfc_fuzzer_defaults"],
-    fuzzing_frameworks: {
-      afl: false,
-    },
     srcs: [
         "adaptation/debug_nfcsnoop.cc",
         "fuzzers/integration/*.cc",