about summary refs log tree commit diff
path: root/include/afl-fuzz.h
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2021-01-20 14:00:26 +0100
committerGitHub <noreply@github.com>2021-01-20 14:00:26 +0100
commitb9e855b7b5ef3d7f367b32ee03459a9f5b21360f (patch)
tree4689cb46e0d543af889609e260b1ff03455a2701 /include/afl-fuzz.h
parent2cd3010f824fe35b68fbdfbba832357e952bf9d6 (diff)
parent02079d8ef9c1661e4badd464ebcd7668e88118fc (diff)
downloadafl++-b9e855b7b5ef3d7f367b32ee03459a9f5b21360f.tar.gz
Merge pull request #695 from joeyjiaojg/dev
Fix Porting of AFLplusplus for Android
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r--include/afl-fuzz.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h
index 988a907d..6342c8b6 100644
--- a/include/afl-fuzz.h
+++ b/include/afl-fuzz.h
@@ -37,10 +37,6 @@
   #define _FILE_OFFSET_BITS 64
 #endif
 
-#ifdef __ANDROID__
-  #include "android-ashmem.h"
-#endif
-
 #include "config.h"
 #include "types.h"
 #include "debug.h"