use /usr/local/android-ndk for mtk platform

This commit is contained in:
Matthias Ringwald 2015-05-11 15:41:35 +02:00
parent eda847dbe4
commit 2a5a425c1e

View File

@ -1,7 +1,7 @@
# Toolchain config
NDK = /Projects/Android/android-ndk-r9d
NDK = /Projects/Android/android-ndk-r10d
ADB = adb
TOOLCHAIN = /tmp/ndk-standalone
TOOLCHAIN = /usr/local/android-ndk
SYSROOT = $(TOOLCHAIN)/sysroot
GCC = $(TOOLCHAIN)/bin/arm-linux-androideabi-gcc
STRIP = $(TOOLCHAIN)/bin/arm-linux-androideabi-strip