mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-23 19:34:08 +01:00
6 lines
109 B
Makefile
6 lines
109 B
Makefile
APP_PLATFORM := 11
|
|
APP_ABI := all
|
|
APP_STL := gnustl_static
|
|
APP_OPTIM := release
|
|
NDK_TOOLCHAIN_VERSION := 4.9
|