Files
droidfish/DroidFishApp/src/main/cpp/Android.mk
Peter Osterlund 82e1eb2e0e Use no-SIMD engine version when needed
If the CPU does not support the required SIMD instructions, use the
stockfish_nosimd engine version instead.
2020-09-13 20:03:11 +02:00

7 lines
187 B
Makefile

LOCAL_PATH := $(call my-dir)
include src/main/cpp/nativeutil/Android.mk
include src/main/cpp/stockfish/Android.mk
include src/main/cpp/gtb/Android.mk
include src/main/cpp/rtb/Android.mk