6 lines
135 B
Makefile
6 lines
135 B
Makefile
NDK_TOOLCHAIN_VERSION := 4.8
|
|
APP_PLATFORM := android-17
|
|
APP_STL := c++_shared
|
|
APP_ABI := all
|
|
APP_MODULES := sfml-activity sfml-example
|