Bump Android NDK version

This commit is contained in:
Frank Denis 2013-04-25 22:56:45 -07:00
parent 9131967397
commit 9ce73f07e5

View File

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