From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This adds missing headers necessary to build bluetoothd. --- android/Android.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/android/Android.mk b/android/Android.mk index 7132279..d67a62d 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -15,9 +15,10 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := \ main.c \ log.c \ - adapter.c \ - hid.c \ + adapter.c adapter.h \ + hid.c hid.h \ ipc.c ipc.h \ + ../src/sdp.h \ ../src/shared/mgmt.c \ ../src/shared/util.c \ ../src/sdpd-database.c \ -- 1.8.3.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html