diff options
| author | Joey Jiao <joeyjiaojg@163.com> | 2021-01-13 12:32:36 +0800 |
|---|---|---|
| committer | Joey Jiao <joeyjiaojg@163.com> | 2021-01-20 15:46:39 +0800 |
| commit | 0306261fec4c9ebc2b1361da1d0fbbe9bade8847 (patch) | |
| tree | c2fb4513fe0c90261d9edec9c695b541fc886084 /src/afl-gotcpu.c | |
| parent | 473b3e5fb0fec84ebca31917bef74d41c5c1655c (diff) | |
| download | afl++-0306261fec4c9ebc2b1361da1d0fbbe9bade8847.tar.gz | |
Fix build error for Android
- LTO not work yet
Diffstat (limited to 'src/afl-gotcpu.c')
| -rw-r--r-- | src/afl-gotcpu.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/afl-gotcpu.c b/src/afl-gotcpu.c index 1aea3e40..ac002a93 100644 --- a/src/afl-gotcpu.c +++ b/src/afl-gotcpu.c @@ -35,9 +35,6 @@ #define _GNU_SOURCE #endif -#ifdef __ANDROID__ - #include "android-ashmem.h" -#endif #include <stdio.h> #include <stdlib.h> #include <unistd.h> |
