am 065c2706
: Merge "libsuspend: Turn on -Werror"
* commit '065c2706ab105ff09212850bb521573afc0418db': libsuspend: Turn on -Werror
This commit is contained in:
commit
c5fa4b19e3
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,7 @@ LOCAL_MODULE_TAGS := optional
|
|||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
|
||||
LOCAL_SHARED_LIBRARIES := $(libsuspend_libraries)
|
||||
LOCAL_CFLAGS := -Werror
|
||||
#LOCAL_CFLAGS += -DLOG_NDEBUG=0
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
|
@ -27,5 +28,6 @@ LOCAL_MODULE := libsuspend
|
|||
LOCAL_MODULE_TAGS := optional
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/include
|
||||
LOCAL_CFLAGS := -Werror
|
||||
#LOCAL_CFLAGS += -DLOG_NDEBUG=0
|
||||
include $(BUILD_STATIC_LIBRARY)
|
||||
|
|
Loading…
Reference in a new issue