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