mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 12:51:05 +08:00
6 lines
142 B
Makefile
6 lines
142 B
Makefile
NDK_TOOLCHAIN_VERSION := 4.9
|
|
APP_PLATFORM := android-9
|
|
APP_STL := c++_shared
|
|
APP_ABI := armeabi-v7a
|
|
APP_MODULES := sfml-activity sfml-example
|