am d3cd08f8
: Merge "libnetutils: Turn on -Werror"
* commit 'd3cd08f831be240342a2364160e5a537d3795f22': libnetutils: Turn on -Werror
This commit is contained in:
commit
2c0a7f6fd9
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
LOCAL_PATH:= $(call my-dir)
|
||||
LOCAL_PATH := $(call my-dir)
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_SRC_FILES:= \
|
||||
LOCAL_SRC_FILES := \
|
||||
dhcpclient.c \
|
||||
dhcpmsg.c \
|
||||
dhcp_utils.c \
|
||||
|
@ -12,6 +12,8 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libcutils \
|
||||
liblog
|
||||
|
||||
LOCAL_MODULE:= libnetutils
|
||||
LOCAL_MODULE := libnetutils
|
||||
|
||||
LOCAL_CFLAGS := -Werror
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
|
Loading…
Reference in a new issue