summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2018-01-04 12:05:39 -0800
committerChih-Hung Hsieh <chh@google.com>2018-01-04 12:05:39 -0800
commit4a82d190c3ddc00a999650ee8c4e290e06e3e1f1 (patch)
treec70089451e810f18fa390fb86dd5672f971c7a8e
parent8203a3f918022fa055084724df4b14d63d4c8937 (diff)
downloadkeymaster-4a82d190c3ddc00a999650ee8c4e290e06e3e1f1.tar.gz
Add -Wno-error to compile with global -Werror.
Bug: 66996870 Test: normal builds. Change-Id: Ieef51a44fa353b5e1ef1c50e8899c75522868400
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d69d983..217c528 100644
--- a/Android.mk
+++ b/Android.mk
@@ -20,6 +20,7 @@ LOCAL_SRC_FILES := keymaster_qcom.cpp
LOCAL_C_INCLUDES := $(TARGET_OUT_HEADERS)/common/inc
LOCAL_CFLAGS := $(keymaster-def)
+LOCAL_CFLAGS += -Wno-error
LOCAL_SHARED_LIBRARIES := \
libcrypto \