Merge "Don't #define __ANDROID_NDK__ for the platform build!" am: 8937600897
am: 30440b29ae
Change-Id: I60db1b3e3df814523a623eb51055b23d4f1a7edc
diff --git a/libc/include/android/api-level.h b/libc/include/android/api-level.h
index ebce900..3a8f926 100644
--- a/libc/include/android/api-level.h
+++ b/libc/include/android/api-level.h
@@ -51,12 +51,6 @@
* compiler/build system based on the API level you claimed to target.
*/
#define __ANDROID_API__ __ANDROID_API_FUTURE__
-#else
-/**
- * `__ANDROID_NDK__` is defined for code that's built by the NDK
- * rather than as part of the OS.
- */
-#define __ANDROID_NDK__ 1
#endif
/** Names the Gingerbread API level (9), for comparisons against __ANDROID_API__. */