We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6866b commit 8e67a83Copy full SHA for 8e67a83
1 file changed
src/jni/Application.mk
@@ -1,4 +1,4 @@
1
-APP_ABI := x86 #armeabi-v7a x86 arm64-v8a
+APP_ABI := armeabi-v7a x86 arm64-v8a
2
3
APP_STL := stlport_static
4
#APP_STL := gnustl_static
@@ -12,4 +12,4 @@ APP_CFLAGS += -Wno-error=format-security
12
APP_CFLAGS += -g
13
14
#Turn on C++ exceptions
15
-APP_CPPFLAGS += -fexceptions
+APP_CPPFLAGS += -fexceptions
0 commit comments