Fix build break for unbundled apps

Change-Id: I72f09e303c77873dbc77417b06b71339392dd015
diff --git a/Android.mk b/Android.mk
index d2e4e45..a1ce0f7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -18,6 +18,11 @@
 # jsimd_arm_neon.S does not compile with clang.
 LOCAL_CLANG_ASFLAGS_arm += -no-integrated-as
 
+ifneq (,$(TARGET_BUILD_APPS))
+# unbundled branch, built against NDK.
+LOCAL_SDK_VERSION := 17
+endif
+
 LOCAL_CFLAGS += -DAVOID_TABLES
 LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
 #LOCAL_CFLAGS += -march=armv6j