From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This adds missing headers necessary to build bluetooth.default.so --- android/Android.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/Android.mk b/android/Android.mk index d67a62d..6d707c2 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -66,7 +66,8 @@ include $(BUILD_EXECUTABLE) include $(CLEAR_VARS) LOCAL_SRC_FILES := \ - hal-ipc.c \ + hal.h hal-msg.h hal-log.h \ + hal-ipc.c hal-ipc.h \ hal-bluetooth.c \ hal-sock.c \ hal-hidhost.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