summaryrefslogtreecommitdiff
path: root/hal/Android.mk
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-01-02 14:41:08 -0800
committerChih-Hung Hsieh <chh@google.com>2018-01-02 14:41:08 -0800
commitb10886ba81905aa78f94d640c64d68547d7f458d (patch)
tree76b34b314042a4494025f62c79792ae8c342cb4c /hal/Android.mk
parenta4345cc9b6905cfbaf21392895ee72634f8ad13d (diff)
downloadipacfg-mgr-b10886ba81905aa78f94d640c64d68547d7f458d.tar.gz
Add -Wno-error to compile with global -Werror.
Bug: 66996870 Test: normal builds. Change-Id: I08c28f88148dbba859dcc5388addb82a98698dd0
Diffstat (limited to 'hal/Android.mk')
-rw-r--r--hal/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/hal/Android.mk b/hal/Android.mk
index 6574682..dc4dd1b 100644
--- a/hal/Android.mk
+++ b/hal/Android.mk
@@ -11,6 +11,7 @@ LOCAL_SRC_FILES := src/CtUpdateAmbassador.cpp \
LOCAL_C_INCLUDES := $(LOCAL_PATH)/inc
LOCAL_MODULE := liboffloadhal
#LOCAL_CPP_FLAGS := -Wall -Werror
+LOCAL_CFLAGS += -Wno-error
LOCAL_SHARED_LIBRARIES := libhwbinder \
libhidlbase \
libhidltransport \