From 9ce73f07e5ef4890058d1ea0b8e11d68dcbb9a6a Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 25 Apr 2013 22:56:45 -0700 Subject: [PATCH] Bump Android NDK version --- dist-build/android.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist-build/android.sh b/dist-build/android.sh index bf747441..9ca6fef9 100755 --- a/dist-build/android.sh +++ b/dist-build/android.sh @@ -4,7 +4,7 @@ export CFLAGS="-Os -mthumb" export DROID_HOST=darwin-x86 export LDFLAGS="-mthumb" export NDK_PLATFORM=8 -export NDK_ROOT=/usr/local/Cellar/android-ndk/r8d +export NDK_ROOT=/usr/local/Cellar/android-ndk/r8e export TARGET_TOOLCHAIN_VERSION=4.6 export TARGET=arm-linux-androideabi export NDK_TARGET="arm-linux-androideabi-${TARGET_TOOLCHAIN_VERSION}"