aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2022-01-20 12:06:15 +0100
committervanhauser-thc <vh@thc.org>2022-01-20 12:06:15 +0100
commit5deae7924f0b93c56cd5ac343cbd6d6b4c65e090 (patch)
treede69788cfbc1f12e3ddd4b7ce5a5815d941112a9
parent1d9d5936d953841d9244031271871d4225569b89 (diff)
downloadafl++-5deae7924f0b93c56cd5ac343cbd6d6b4c65e090.tar.gz
insert android.bp outdated statement
-rw-r--r--Android.bp18
m---------unicorn_mode/unicornafl0
2 files changed, 15 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index bf37757d..ac1d5cb6 100644
--- a/Android.bp
+++ b/Android.bp
@@ -1,3 +1,11 @@
+//
+// NOTE: This file is outdated. None of the AFL++ team uses Android hence
+// we need users to keep this updated.
+// In the current state it will likely fail, please send fixes!
+// Also, this should build frida_mode.
+//
+
+
cc_defaults {
name: "afl-defaults",
@@ -175,7 +183,7 @@ cc_binary_host {
}
cc_library_static {
- name: "afl-llvm-rt",
+ name: "afl-compiler-rt",
compile_multilib: "64",
vendor_available: true,
host_supported: true,
@@ -225,6 +233,7 @@ cc_library_headers {
],
}
+/*
cc_prebuilt_library_static {
name: "libfrida-gum",
compile_multilib: "64",
@@ -272,7 +281,7 @@ cc_binary {
],
static_libs: [
- "afl-llvm-rt",
+ "afl-compiler-rt",
"libfrida-gum",
],
@@ -290,6 +299,7 @@ cc_binary {
"utils/afl_frida/android",
],
}
+*/
cc_binary {
name: "afl-fuzz-32",
@@ -346,7 +356,7 @@ cc_binary_host {
}
cc_library_static {
- name: "afl-llvm-rt-32",
+ name: "afl-compiler-rt-32",
compile_multilib: "32",
vendor_available: true,
host_supported: true,
@@ -385,6 +395,7 @@ cc_library_static {
],
}
+/*
cc_prebuilt_library_static {
name: "libfrida-gum-32",
compile_multilib: "32",
@@ -400,6 +411,7 @@ cc_prebuilt_library_static {
"utils/afl_frida/android/arm",
],
}
+*/
subdirs = [
"custom_mutators",
diff --git a/unicorn_mode/unicornafl b/unicorn_mode/unicornafl
-Subproject 566bc3dd5942a5f8779026ca80eb313d5517e77
+Subproject 9df92d6868e8b219886e4b7458e5e134c48ff2c