Skip to content

Commit 8e67a83

Browse files
committed
Update Application.mk
1 parent 7c6866b commit 8e67a83

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/jni/Application.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_ABI := x86 #armeabi-v7a x86 arm64-v8a
1+
APP_ABI := armeabi-v7a x86 arm64-v8a
22

33
APP_STL := stlport_static
44
#APP_STL := gnustl_static
@@ -12,4 +12,4 @@ APP_CFLAGS += -Wno-error=format-security
1212
APP_CFLAGS += -g
1313

1414
#Turn on C++ exceptions
15-
APP_CPPFLAGS += -fexceptions
15+
APP_CPPFLAGS += -fexceptions

0 commit comments

Comments
 (0)