mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-29 23:24:20 +08:00
android: Include hcitool utility in debug builds
This commit is contained in:
parent
1e19efd1b9
commit
40d55fa51f
@ -360,6 +360,30 @@ LOCAL_MODULE := btmgmt
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
#
|
||||
# hcitool
|
||||
#
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES := \
|
||||
bluez/tools/hcitool.c \
|
||||
bluez/src/oui.c \
|
||||
bluez/lib/bluetooth.c \
|
||||
bluez/lib/hci.c \
|
||||
|
||||
LOCAL_C_INCLUDES := \
|
||||
$(LOCAL_PATH)/bluez \
|
||||
$(LOCAL_PATH)/bluez/lib \
|
||||
|
||||
LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS)
|
||||
|
||||
LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
|
||||
LOCAL_MODULE_TAGS := debug
|
||||
LOCAL_MODULE := hcitool
|
||||
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
||||
#
|
||||
# l2ping
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user