aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2017-11-03 00:47:18 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-11-03 00:47:18 +0000
commita3addf1187986bc5c3a80a447aa5e9dc4e1c4130 (patch)
tree3271cb2a2a1b5300823fcda64accc894d8ddb506
parentf3681fed6d7df5450537ca4c8717ce077ec58770 (diff)
parentfab2c3c0eab1b8f2cebfbe4d28fb44549dcfca59 (diff)
downloadlatinime-a3addf1187986bc5c3a80a447aa5e9dc4e1c4130.tar.gz
latinime-a3addf1187986bc5c3a80a447aa5e9dc4e1c4130.tar.xz
latinime-a3addf1187986bc5c3a80a447aa5e9dc4e1c4130.zip
Merge "Use -Werror in packages/inputmethods/LatinIME/native/jni"
-rw-r--r--native/jni/HostUnitTests.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/jni/HostUnitTests.mk b/native/jni/HostUnitTests.mk
index baf1cace3..94cd764b4 100644
--- a/native/jni/HostUnitTests.mk
+++ b/native/jni/HostUnitTests.mk
@@ -42,6 +42,7 @@ include $(CLEAR_VARS)
LATIN_IME_TEST_SRC_DIR := tests
LOCAL_ADDRESS_SANITIZER := true
LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function
+LOCAL_CFLAGS += -Wall -Werror
LOCAL_CXX_STL := libc++
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(LATIN_IME_SRC_DIR)
LOCAL_MODULE := liblatinime_host_unittests