summaryrefslogtreecommitdiff
path: root/android/Android.mk
diff options
context:
space:
mode:
authorMariusz Skamra <mariusz.skamra@tieto.com>2015-04-07 10:44:36 +0200
committerSzymon Janc <szymon.janc@tieto.com>2015-04-07 10:54:20 +0200
commit148c7b2e1f3f2edb71c3396e2ad390f2655a03e9 (patch)
treeff93d5ee2ae4d5cebdebda049b039ca43ccc77d0 /android/Android.mk
parent548c6edf2eda075f91916c9c21d67f6e1b65ddae (diff)
downloadbluez-148c7b2e1f3f2edb71c3396e2ad390f2655a03e9.tar.gz
android/build: Fix btmgmt build
target Executable: btmgmt (out/target/product/mako/obj/EXECUTABLES/btmgmt_intermediates/LINKED/btmgmt) external/bluetooth/bluez/tools/btmgmt.c:1477: error: undefined reference to 'hci_bustostr' collect2: error: ld returned 1 exit status
Diffstat (limited to 'android/Android.mk')
-rw-r--r--android/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/android/Android.mk b/android/Android.mk
index f2188059b..1e22ca685 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -539,6 +539,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
bluez/tools/btmgmt.c \
bluez/lib/bluetooth.c \
+ bluez/lib/hci.c \
bluez/lib/sdp.c \
bluez/src/shared/mainloop.c \
bluez/src/shared/io-mainloop.c \