am 2cc3527a: libsuspend: compile as a static library
* commit '2cc3527ae70138cc8a40d9ad6e92b98d81e44701': libsuspend: compile as a static library
This commit is contained in:
commit
76edb14f94
1 changed files with 9 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ libsuspend_libraries := \
|
||||||
liblog libcutils
|
liblog libcutils
|
||||||
|
|
||||||
include $(CLEAR_VARS)
|
include $(CLEAR_VARS)
|
||||||
|
|
||||||
LOCAL_SRC_FILES := $(libsuspend_src_files)
|
LOCAL_SRC_FILES := $(libsuspend_src_files)
|
||||||
LOCAL_MODULE := libsuspend
|
LOCAL_MODULE := libsuspend
|
||||||
LOCAL_MODULE_TAGS := optional
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
|
@ -21,3 +20,12 @@ LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
|
||||||
LOCAL_SHARED_LIBRARIES := $(libsuspend_libraries)
|
LOCAL_SHARED_LIBRARIES := $(libsuspend_libraries)
|
||||||
#LOCAL_CFLAGS += -DLOG_NDEBUG=0
|
#LOCAL_CFLAGS += -DLOG_NDEBUG=0
|
||||||
include $(BUILD_SHARED_LIBRARY)
|
include $(BUILD_SHARED_LIBRARY)
|
||||||
|
|
||||||
|
include $(CLEAR_VARS)
|
||||||
|
LOCAL_SRC_FILES := $(libsuspend_src_files)
|
||||||
|
LOCAL_MODULE := libsuspend
|
||||||
|
LOCAL_MODULE_TAGS := optional
|
||||||
|
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
|
||||||
|
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
|
||||||
|
#LOCAL_CFLAGS += -DLOG_NDEBUG=0
|
||||||
|
include $(BUILD_STATIC_LIBRARY)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue