Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
Edit ABI targets
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtheis committed Apr 19, 2018
1 parent 4661d8e commit b0f3c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion eyes-two/src/main/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
APP_ABI := armeabi armeabi-v7a x86 mips # arm64-v8a x86_64 mips64
APP_ABI := armeabi-v7a # x86 arm64-v8a x86_64 mips64
APP_OPTIM := release
NDK_TOOLCHAIN_VERSION := clang
2 changes: 1 addition & 1 deletion tess-two/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
APP_STL := gnustl_static
APP_ABI := armeabi armeabi-v7a x86 mips # arm64-v8a x86_64 mips64
APP_ABI := armeabi-v7a # x86 arm64-v8a x86_64 mips64
APP_OPTIM := release
APP_PLATFORM := android-9
APP_CPPFLAGS += -fexceptions -frtti
Expand Down

0 comments on commit b0f3c2c

Please sign in to comment.