Files
gear-lib/libdebug/Android.mk

17 lines
277 B
Makefile

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