From 742aed4f2e8d46cd9a92c4eafb89986049bedfe4 Mon Sep 17 00:00:00 2001 From: Joey Jiao Date: Thu, 25 Jul 2019 09:12:48 +0800 Subject: Add support for Android --- afl-gotcpu.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'afl-gotcpu.c') diff --git a/afl-gotcpu.c b/afl-gotcpu.c index 4163ad65..8c04b205 100644 --- a/afl-gotcpu.c +++ b/afl-gotcpu.c @@ -28,6 +28,9 @@ #define AFL_MAIN #define _GNU_SOURCE +#ifdef __ANDROID__ + #include "android-ashmem.h" +#endif #include #include #include -- cgit 1.4.1