mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-08 21:53:28 +00:00
Merge branch 'master' of https://github.com/bluekitchen/btstack
This commit is contained in:
commit
9f8345130b
@ -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
|
||||
@ -18,6 +18,7 @@ CFLAGS += -I.
|
||||
VPATH += $(BTSTACK_ROOT)/src
|
||||
VPATH += $(BTSTACK_ROOT)/ble
|
||||
VPATH += $(BTSTACK_ROOT)/platforms/posix/src
|
||||
VPATH += $(BTSTACK_ROOT)/platforms/daemon/src
|
||||
VPATH += $(BTSTACK_ROOT)/example/daemon
|
||||
|
||||
libBTstack_OBJS = \
|
||||
|
Loading…
Reference in New Issue
Block a user