Remove ndk toolchain override from android jni recipe

This will let the ndk choose its preferred compiler. Cores that
need something different can specific in their Application.mk file.
This commit is contained in:
Aaron Kling 2018-04-04 22:34:36 -05:00
parent 535156171e
commit a0dba45013

View File

@ -6,7 +6,6 @@ PLATFORM android
platform android
MAKE make
NDK ndk-build
NDK_TOOLCHAIN_VERSION 4.9
RA NO
LIBSUFFIX _android
CORE_JOB YES