am 2a7ce0bc: am 9a12e952: am 5b7bb03e: Merge "Revert "libnetutils: Turn on -Werror""
* commit '2a7ce0bc7da0201c4b228d04d900ec440bfdcf8b': Revert "libnetutils: Turn on -Werror"
This commit is contained in:
commit
51d65e6db9
|
@ -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,8 +12,6 @@ LOCAL_SHARED_LIBRARIES := \
|
|||
libcutils \
|
||||
liblog
|
||||
|
||||
LOCAL_MODULE := libnetutils
|
||||
|
||||
LOCAL_CFLAGS := -Werror
|
||||
LOCAL_MODULE:= libnetutils
|
||||
|
||||
include $(BUILD_SHARED_LIBRARY)
|
||||
|
|
Loading…
Reference in New Issue