libnetutils: Turn on -Werror

Change-Id: Ie6754f41f9348852a02cc0ff35befb5a76ac2882
This commit is contained in:
Mark Salyzyn 2014-05-15 15:08:50 -07:00
parent 42c79fe18b
commit 249c26de82

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)