mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-11-27 14:15:16 +01:00
15 lines
240 B
Makefile
15 lines
240 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE := nativeutil
|
|
LOCAL_SRC_FILES := nativeutil.cpp
|
|
|
|
include $(BUILD_SHARED_LIBRARY)
|
|
|
|
include jni/stockfish/Android.mk
|
|
|
|
include jni/gtb/Android.mk
|
|
|
|
include jni/rtb/Android.mk
|