mirror of
https://github.com/SFML/SFML.git
synced 2025-01-20 00:05:13 +08:00
9 lines
236 B
Makefile
9 lines
236 B
Makefile
NDK_TOOLCHAIN_VERSION := 4.9
|
|
APP_PLATFORM := android-14
|
|
# APP_STL has to match CMAKE_ANDROID_STL_TYPE
|
|
APP_STL := c++_static
|
|
APP_ABI := armeabi-v7a
|
|
APP_MODULES := sfml-activity-d sfml-example
|
|
APP_OPTIM := debug
|
|
APP_CFLAG := -g -ggdb -O0
|