summaryrefslogtreecommitdiff
path: root/android/Makefile.am
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-11-11 13:39:51 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2015-11-13 14:00:29 +0200
commit714daa55890414faef7af5e00c4e982e70e81eda (patch)
treedb4f7e1493961c214755abdee1092e13f31f045c /android/Makefile.am
parentfadcbdcc3900dee646659e0e461e3525831a6746 (diff)
downloadbluez-714daa55890414faef7af5e00c4e982e70e81eda.tar.gz
hog: Move code from android to profiles
This is a place holder until the code is ported to use shared API so it can be shared by android and D-Bus daemon.
Diffstat (limited to 'android/Makefile.am')
-rw-r--r--android/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/android/Makefile.am b/android/Makefile.am
index 7d669293c..154f8db56 100644
--- a/android/Makefile.am
+++ b/android/Makefile.am
@@ -33,7 +33,8 @@ android_bluetoothd_SOURCES = android/main.c \
profiles/deviceinfo/dis.h \
profiles/deviceinfo/dis.c \
profiles/battery/bas.h profiles/battery/bas.c \
- android/hog.h android/hog.c \
+ profiles/input/hog-lib.h \
+ profiles/input/hog-lib.c \
android/ipc-common.h \
android/ipc.h android/ipc.c \
android/avdtp.h android/avdtp.c \