mirror of
https://github.com/SFML/SFML.git
synced 2024-11-28 22:31:09 +08:00
[Android] Changed APP_PLATFORM value to android-9 in Application.mk
This commit is contained in:
parent
9e3b466ee0
commit
a06ecb0c7f
@ -1,5 +1,5 @@
|
|||||||
NDK_TOOLCHAIN_VERSION := 4.8
|
NDK_TOOLCHAIN_VERSION := 4.8
|
||||||
APP_PLATFORM := android-19
|
APP_PLATFORM := android-9
|
||||||
APP_STL := c++_shared
|
APP_STL := c++_shared
|
||||||
APP_ABI := armeabi
|
APP_ABI := armeabi
|
||||||
APP_MODULES := sfml-activity sfml-example
|
APP_MODULES := sfml-activity sfml-example
|
||||||
|
Loading…
Reference in New Issue
Block a user