From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> This adds missing headers necessary to build haltest. --- android/Android.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/android/Android.mk b/android/Android.mk index 01ef3e7..4c87a9b 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -92,11 +92,12 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := \ client/haltest.c \ - client/pollhandler.c \ - client/terminal.c \ - client/history.c \ - client/textconv.c \ + client/pollhandler.c client/pollhandler.h \ + client/terminal.c client/terminal.h \ + client/history.c client/history.h \ + client/textconv.c client/textconv.h \ client/tabcompletion.c \ + client/if-main.h \ client/if-bt.c \ client/if-hh.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