summaryrefslogtreecommitdiff
path: root/android/Android.mk
diff options
context:
space:
mode:
authorJakub Tyszkowski <jakub.tyszkowski@tieto.com>2014-11-13 12:11:14 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-11-13 14:12:58 +0100
commit3b192bed645fdea0f6338333d2b67c30f96aac37 (patch)
treecd4e4752bea2121d3b0b61b3556ff919985bed80 /android/Android.mk
parent84f3de0df83ffaca5a2a916fdc86ef0a0888fa1f (diff)
downloadbluez-3b192bed645fdea0f6338333d2b67c30f96aac37.tar.gz
android/build: Fix bluetoothd build
This fixes the following error: external/bluetooth/bluez/src/shared/gatt-db.c:787: error: undefined reference to 'timeout_remove' external/bluetooth/bluez/src/shared/gatt-db.c:879: error: undefined reference to 'timeout_remove' external/bluetooth/bluez/src/shared/gatt-db.c:825: error: undefined reference to 'timeout_add' external/bluetooth/bluez/src/shared/gatt-db.c:917: error: undefined reference to 'timeout_add' 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 973597649..554e8fa8d 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -64,6 +64,7 @@ LOCAL_SRC_FILES := \
bluez/src/shared/hfp.c \
bluez/src/shared/gatt-db.c \
bluez/src/shared/io-glib.c \
+ bluez/src/shared/timeout-glib.c \
bluez/src/shared/crypto.c \
bluez/src/shared/uhid.c \
bluez/src/sdpd-database.c \