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}"