summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2017-11-08 13:45:35 -0800
committerChih-Hung Hsieh <chh@google.com>2017-11-08 13:46:25 -0800
commit2d65ce8e6809816aeea4a35f50ead891f4ae73c9 (patch)
treeeb8c13adad1ce087a2a9dd8b6861e9759747716e
parent4f71df5045b817c88585ae55d8dc038a4346859d (diff)
downloadutils-2d65ce8e6809816aeea4a35f50ead891f4ae73c9.tar.gz
Use -Werror in hardware/intel/common/utilsandroid-o-mr1-iot-preview-6o-mr1-iot-preview-6
Bug: 66996870 Test: build with WITH_TIDY=1 Change-Id: Id573ae3ebf75637984ead8665cefe9f89a529028
-rw-r--r--ituxd/jni/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/ituxd/jni/Android.mk b/ituxd/jni/Android.mk
index 65130f7..924bc85 100644
--- a/ituxd/jni/Android.mk
+++ b/ituxd/jni/Android.mk
@@ -27,6 +27,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= thermalJNI.cpp \
onload.cpp
+LOCAL_CFLAGS += -Wall -Werror
LOCAL_SHARED_LIBRARIES := \
libbinder \