mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-12-04 17:30:56 +01:00
5 lines
115 B
Makefile
5 lines
115 B
Makefile
APP_ABI := armeabi armeabi-v7a x86 mips
|
|
APP_STL := gnustl_static
|
|
APP_OPTIM := release
|
|
NDK_TOOLCHAIN_VERSION := 4.8
|