mirror of
https://github.com/edubart/otclient.git
synced 2025-06-07 03:14:28 +02:00
6 lines
151 B
Makefile
6 lines
151 B
Makefile
LOCAL_PATH := $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
LOCAL_MODULE := libotclient
|
|
LOCAL_SRC_FILES := libotclient.so
|
|
include $(PREBUILT_SHARED_LIBRARY) |