android-afl
android-afl copied to clipboard
Compile error
android-afl/android-ashmem.h:14:57: error: declaration of 'struct shmid_ds' will not be visible outside of this function It seems like an include error. But I see the program use the prebuild clang in aosp, so I don't know how to fix it.
System: Ubuntu14.04 AOSP:7.0
Any help will be appreciated. Thank you.
I have overcomed it. I have put the whole system in aosp/development/ which can be compiled well.
Ran into the same error. Any ideas why that happens/ Why moving the folder helps? Don't really understand the magic underlying the build system here.