mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-10 00:41:06 +00:00
use /usr/local/android-ndk for mtk platform
This commit is contained in:
parent
eda847dbe4
commit
2a5a425c1e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user