Diff between 9e93d255e1579d161f92c9b9a21b1aadfe91353f and 848c12cc710c0b69740fba863b82a8db55ded780

Changed Files

File Additions Deletions Status
Makefile.android +14 -0 modified

Full Patch

diff --git a/Makefile.android b/Makefile.android
index 3459a4d..3bc95be 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -31,6 +31,20 @@ android_libhal_internal_la_SOURCES = android/hal.h android/hal_bluetooth.c \
 					android/cutils/log.h \
 					android/cutils/properties.h
 android_libhal_internal_la_CPPFLAGS = -I$(srcdir)/android
+
+noinst_PROGRAMS += android/haltest
+
+android_haltest_SOURCES = android/client/haltest.c \
+				android/client/pollhandler.c \
+				android/client/terminal.c \
+				android/client/history.c \
+				android/client/textconv.c \
+				android/client/if-bt.c
+
+android_haltest_LDADD = android/libhal-internal.la
+
+android_haltest_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android
+
 endif
 
 EXTRA_DIST += android/Android.mk android/log.c