From a0dba450139dcd001806f4d9897f9dc69093adef Mon Sep 17 00:00:00 2001 From: Aaron Kling Date: Wed, 4 Apr 2018 22:34:36 -0500 Subject: [PATCH] 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. --- recipes/android/cores-android-jni.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes/android/cores-android-jni.conf b/recipes/android/cores-android-jni.conf index a5929f35..9457f76f 100644 --- a/recipes/android/cores-android-jni.conf +++ b/recipes/android/cores-android-jni.conf @@ -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