ndk: bump Android API for 32 bits systems

Change-Id: I6ecfeff79957fdcd17bcf2ce0c53cb0b4ac15fcd
diff --git a/build-daemon.sh b/build-daemon.sh
index 9ceec04..4b3e82f 100755
--- a/build-daemon.sh
+++ b/build-daemon.sh
@@ -66,7 +66,7 @@
     ANDROID_API_VERS=21
     LIBDIR=lib64
 else
-    ANDROID_API_VERS=16
+    ANDROID_API_VERS=18
     LIBDIR=lib
 fi
 ANDROID_API=android-$ANDROID_API_VERS