Files
gear-lib/libdebug/Android.mk
2016-08-17 17:58:17 +08:00

15 lines
257 B
Makefile

LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := libdebug
LIBRARIES_DIR := $(LOCAL_PATH)/../
LOCAL_C_INCLUDES := $(LOCAL_PATH)
# Add your application source files here...
LOCAL_SRC_FILES := libdebug.c
include $(BUILD_SHARED_LIBRARY)