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