am 2c0a7f6f: am d3cd08f8: Merge "libnetutils: Turn on -Werror"

* commit '2c0a7f6fd9145ce9499cd7c25f7f19ec6150c2ee':
  libnetutils: Turn on -Werror
This commit is contained in:
Mark Salyzyn 2014-05-22 00:27:48 +00:00 committed by Android Git Automerger
commit d746519443

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,6 +12,8 @@ LOCAL_SHARED_LIBRARIES := \
libcutils \
liblog
LOCAL_MODULE:= libnetutils
LOCAL_MODULE := libnetutils
LOCAL_CFLAGS := -Werror
include $(BUILD_SHARED_LIBRARY)