aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-01-20 16:17:08 +0100
committerGitHub <noreply@github.com>2022-01-20 16:17:08 +0100
commit7aced239e8a0855d87ecc921ba5691b29202ec1e (patch)
treea8e877a149495ea4ec48723d8af57426f8322a3a /Android.bp
parent9242e0db8ac8a0e82d78432af389108e74700f00 (diff)
parentd1de12d6175cd84357eadbf204e15b184b22ae42 (diff)
downloadafl++-7aced239e8a0855d87ecc921ba5691b29202ec1e.tar.gz
Merge pull request #1294 from AFLplusplus/dev
Push to stable
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp18
1 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",