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

Commit

Permalink
Remove armeabi. Fixes #81.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmtheis committed May 19, 2015
1 parent bc8f9fb commit b3f1ba1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions eyes-two/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 mips # arm64-v8a x86_64 mips64
APP_OPTIM := release
NDK_TOOLCHAIN_VERSION := 4.8
NDK_TOOLCHAIN_VERSION := 4.8
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 mips # arm64-v8a x86_64 mips64
APP_OPTIM := release
APP_PLATFORM := android-8
APP_CPPFLAGS += -fexceptions -frtti
Expand Down

0 comments on commit b3f1ba1

Please sign in to comment.