about summary refs log tree commit diff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-rw-r--r--Android.bp14
1 files changed, 14 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 1ac9e565..bd23d1d1 100644
--- a/Android.bp
+++ b/Android.bp
@@ -190,6 +190,16 @@ cc_library_static {
   ],
 }
 
+cc_library_headers {
+  name: "libafl_headers",
+  vendor_available: true,
+  host_supported: true,
+
+  export_include_dirs: [
+    "include",
+  ],
+}
+
 cc_prebuilt_library_static {
   name: "libfrida-gum",
   compile_multilib: "64",
@@ -255,3 +265,7 @@ cc_binary {
     "utils/afl_frida/android",
   ],
 }
+
+subdirs = [
+  "custom_mutators",
+]