Diff between d9ea2226c083daa30e15e2f5fca213966d19ec27 and ea1347cf44c0af90efaa0101be01166b5ce58b9d

Changed Files

File Additions Deletions Status
android/Makefile.am +2 -1 modified

Full Patch

diff --git a/android/Makefile.am b/android/Makefile.am
index 5690e93..05a124e 100644
--- a/android/Makefile.am
+++ b/android/Makefile.am
@@ -61,7 +61,8 @@ android_haltest_SOURCES = android/client/haltest.c \
 
 android_haltest_LDADD = android/libhal-internal.la
 
-android_haltest_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android
+android_haltest_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android \
+				-DPLATFORM_SDK_VERSION=18
 
 android_haltest_LDFLAGS = -pthread