When using NDK r5b, when I do the assembly in my jni directory using
$NDK_DIR/ndk-build
It works great. But when I switch to r6b (just setting $ NDK_DIR differently) and run the same command, I get
/usr/local/android-ndk-r6b/build/core/setup-toolchain.mk:20: *** Android NDK: Assertion failure: TARGET_PLATFORM is not defined . Stop.
What do I need to do differently in r6b, what do I not need to do in r5b?
source
share