Revert "libnetutils: Turn on -Werror"

This reverts commit 249c26de82.

Change-Id: I2a56c574fa8d842d5f3c51fd57ecf078838fcfec
This commit is contained in:
Mark Salyzyn 2014-05-21 22:14:38 +00:00
parent 249c26de82
commit 07dde4c314

View file

@ -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)