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:
parent
535156171e
commit
a0dba45013
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue