mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-02-07 20:59:13 +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
|