mirror of
https://github.com/peterosterlund2/droidfish.git
synced 2024-12-05 01:35:50 +01:00
13 lines
212 B
Makefile
13 lines
212 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
|