aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Barker <cobark@google.com>2022-08-08 16:47:05 +0000
committerCory Barker <cobark@google.com>2022-08-08 16:47:05 +0000
commitc56cc6ba992baa968cf734b3a15d55758da5e487 (patch)
treec60a40d9ddd473fca595b2c1ac067f4e4668d469
parent3208ea618f3bfa1678d53a8e7594a1c917f9cf25 (diff)
downloadAFLplusplus-c56cc6ba992baa968cf734b3a15d55758da5e487.tar.gz
Revert^2 "Updated the way we build AFL++ fuzz binaries"
3208ea618f3bfa1678d53a8e7594a1c917f9cf25 Change-Id: I5d07f75fbc359ecaeed926c83671cebfab9d6890
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 332332c9..f6fe7bf4 100644
--- a/Android.bp
+++ b/Android.bp
@@ -92,6 +92,7 @@ cc_binary {
cc_object {
name: "aflpp_driver",
+ vendor_available: true,
host_supported: true,
srcs: [
"utils/aflpp_driver/aflpp_driver.c",