OSDN Git Service

Add __ANDROID_NDK__ to identify using the NDK.
authorDan Albert <danalbert@google.com>
Wed, 26 Jul 2017 21:27:43 +0000 (14:27 -0700)
committerDan Albert <danalbert@google.com>
Wed, 26 Jul 2017 21:27:43 +0000 (14:27 -0700)
commitf66fa495a883ee2f6df955e06f7b364907c6fcd9
tree3f6f1dedf0cf95185c79dceb3bc4b259417ca047
parent93068895091ee516c55a7873a4056145a7da3644
Add __ANDROID_NDK__ to identify using the NDK.

I've added some things like __ANDROID_MAJOR__ to an ndk-version.h, but
that is only in the NDK itself and so doesn't help the platform. Add
__ANDROID_NDK__ to identify that you're building for the NDK and not
the platform.

Test: make checkbuild
Bug: https://github.com/android-ndk/ndk/issues/407
Change-Id: I2d1f1c28e3764e4e658cf675b290b7a17253ee33
libc/include/android/api-level.h