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