mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2025-12-13 17:32:40 +01:00
If the CPU does not support the required SIMD instructions, use the stockfish_nosimd engine version instead.
7 lines
187 B
Makefile
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
|