Skip to content

Commit

Permalink
[Android] The armeabi version of SFML is now built by default (the ex…
Browse files Browse the repository at this point in the history
…ample as well)
  • Loading branch information
intjelic committed Apr 20, 2014
1 parent 83306e7 commit 76fddc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/toolchains/android.toolchain.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ if(NOT DEFINED ANDROID_STANDALONE_TOOLCHAIN_SEARCH_PATH)
set( ANDROID_STANDALONE_TOOLCHAIN_SEARCH_PATH /opt/android-toolchain )
endif()

set( ANDROID_SUPPORTED_ABIS_arm "armeabi-v7a;armeabi;armeabi-v7a with NEON;armeabi-v7a with VFPV3;armeabi-v6 with VFP" )
set( ANDROID_SUPPORTED_ABIS_arm "armeabi;armeabi-v7a;armeabi-v7a with NEON;armeabi-v7a with VFPV3;armeabi-v6 with VFP" )
set( ANDROID_SUPPORTED_ABIS_x86 "x86" )
set( ANDROID_SUPPORTED_ABIS_mipsel "mips" )

Expand Down
2 changes: 1 addition & 1 deletion examples/android/jni/Application.mk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
NDK_TOOLCHAIN_VERSION := 4.8
APP_PLATFORM := android-17
APP_STL := c++_shared
APP_ABI := all
APP_ABI := armeabi
APP_MODULES := sfml-activity sfml-example

0 comments on commit 76fddc0

Please sign in to comment.