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
1 changed files with 0 additions and 1 deletions

View File

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