How to detect compilation by Android NDK in a C/C++ file?

Viewed 34986

Is there a preprocessor macro that will let me know NDK is compiling my code? I could manually define my own, but I'd rather not if possible.

3 Answers
Related