mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-12-04 01:11:01 +01:00
6 lines
153 B
Makefile
6 lines
153 B
Makefile
APP_PLATFORM := 11
|
|
APP_ABI := arm64-v8a armeabi-v7a armeabi mips64 x86 x86_64
|
|
APP_STL := gnustl_static
|
|
APP_OPTIM := release
|
|
NDK_TOOLCHAIN_VERSION := 4.9
|