Index: jni/Application.mk |
diff --git a/jni/Application.mk b/jni/Application.mk |
index eafe0164602f89c32bfd38e0191379aa095086d4..ac8c9aad0df71fbe30350d9afc61073631be0e0c 100755 |
--- a/jni/Application.mk |
+++ b/jni/Application.mk |
@@ -1,4 +1,4 @@ |
-APP_STL := gnustl_static |
+APP_STL := c++_static |
APP_CPPFLAGS := -fexceptions |
-APP_ABI := armeabi |
-APP_PLATFORM := android-7 |
+APP_ABI := armeabi-v7a |
+APP_PLATFORM := android-9 |
Felix Dahlke
2015/11/20 07:53:52
Shouldn't we update minSdkVersion in the manifest
René Jeschke
2015/11/20 12:19:15
Probably, yes.
Did so now.
|