am 80e16069
: Merge "libsync: Turn on -Werror"
* commit '80e160693c795aacfecd5ba34caa1485a6c717f4': libsync: Turn on -Werror
This commit is contained in:
commit
8c6245e11d
1 changed files with 2 additions and 0 deletions
|
@ -7,6 +7,7 @@ LOCAL_MODULE_TAGS := optional
|
|||
LOCAL_SHARED_LIBRARIES := liblog
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
LOCAL_EXPORT_C_INCLUDE_DIRS := $(LOCAL_PATH)/include
|
||||
LOCAL_CFLAGS := -Werror
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
@ -15,4 +16,5 @@ LOCAL_MODULE := sync_test
|
|||
LOCAL_MODULE_TAGS := optional tests
|
||||
LOCAL_SHARED_LIBRARIES := liblog
|
||||
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
|
||||
LOCAL_CFLAGS := -Werror
|
||||
include $(BUILD_EXECUTABLE)
|
||||
|
|
Loading…
Reference in a new issue