mirror of
https://github.com/moparisthebest/curl
synced 2024-11-15 14:05:03 -05:00
bedfafe38e
When working with the Android Standalone Toolchain the compiler defines this macro: /path/to/arm-linux-androideabi-gcc -E -dM - < /dev/null \ | grep -i android #define __ANDROID__ 1 We really need to check both ANDROID and __ANDROID__ since I've observed that: * if you use Android.mk file(s) and the 'ndk-build' script (aka vanilla way), ANDROID is predefined (see -DANDROID extra C flag), * if you use the Android Standalone Toolchain, then __ANDROID__ is predefined as stated by the compiler |
||
---|---|---|
.. | ||
.gitignore | ||
curl.h | ||
curlbuild.h.cmake | ||
curlbuild.h.dist | ||
curlbuild.h.in | ||
curlrules.h | ||
curlver.h | ||
easy.h | ||
Makefile.am | ||
mprintf.h | ||
multi.h | ||
stdcheaders.h | ||
typecheck-gcc.h |