android: Keep NDK API level at 19

The headers/libraries changed a lot with level 21 so that our app won't
run on devices with Android < 5 when built against it.  We currently
don't need any new native APIs so that should be fine.
This commit is contained in:
Tobias Brunner
2015-07-28 13:27:34 +02:00
parent acc8948fa5
commit 1e323dc1b7
+1
View File
@@ -1,2 +1,3 @@
# select the ABI(s) to build for (see CPU-ARCH-ABIS.html in the NDK docs).
APP_ABI := armeabi x86 mips
APP_PLATFORM := android-19