From 4cbfd71d88b5f4f8969b57c367902f010c21b843 Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Wed, 4 Sep 2013 00:16:00 -0700 Subject: [PATCH] Bump Android NDK version --- dist-build/android.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist-build/android.sh b/dist-build/android.sh index 30cd6042..e213de6a 100755 --- a/dist-build/android.sh +++ b/dist-build/android.sh @@ -24,9 +24,9 @@ if uname -a | grep -q -i linux; then fi export LDFLAGS="-mthumb" export NDK_PLATFORM=9 -export NDK_ROOT=${NDK_ROOT:-/usr/local/Cellar/android-ndk/r8e} +export NDK_ROOT=${NDK_ROOT:-/usr/local/Cellar/android-ndk/9} export NDK_ANDROID_SOURCES="${NDK_ROOT}/sources/android" -export TARGET_TOOLCHAIN_VERSION=4.4.3 +export TARGET_TOOLCHAIN_VERSION=4.6 export TARGET=arm-linux-androideabi export NDK_TARGET="arm-linux-androideabi-${TARGET_TOOLCHAIN_VERSION}" export AR=droid-ar