mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
[Android] The armeabi version of SFML is now built by default (the example as well)
This commit is contained in:
parent
83306e72a2
commit
76fddc0729
@ -231,7 +231,7 @@ if(NOT DEFINED ANDROID_STANDALONE_TOOLCHAIN_SEARCH_PATH)
|
|||||||
set( ANDROID_STANDALONE_TOOLCHAIN_SEARCH_PATH /opt/android-toolchain )
|
set( ANDROID_STANDALONE_TOOLCHAIN_SEARCH_PATH /opt/android-toolchain )
|
||||||
endif()
|
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_x86 "x86" )
|
||||||
set( ANDROID_SUPPORTED_ABIS_mipsel "mips" )
|
set( ANDROID_SUPPORTED_ABIS_mipsel "mips" )
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
NDK_TOOLCHAIN_VERSION := 4.8
|
NDK_TOOLCHAIN_VERSION := 4.8
|
||||||
APP_PLATFORM := android-17
|
APP_PLATFORM := android-17
|
||||||
APP_STL := c++_shared
|
APP_STL := c++_shared
|
||||||
APP_ABI := all
|
APP_ABI := armeabi
|
||||||
APP_MODULES := sfml-activity sfml-example
|
APP_MODULES := sfml-activity sfml-example
|
||||||
|
Loading…
Reference in New Issue
Block a user