aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2017-11-03 00:51:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-11-03 00:51:12 +0000
commitf886546409d86f37c9ddaba24e85de9b1ad148da (patch)
tree3271cb2a2a1b5300823fcda64accc894d8ddb506
parent707fd5c3d2eeec890d8d5859d2ce6325493ab754 (diff)
parenta3addf1187986bc5c3a80a447aa5e9dc4e1c4130 (diff)
downloadlatinime-f886546409d86f37c9ddaba24e85de9b1ad148da.tar.gz
latinime-f886546409d86f37c9ddaba24e85de9b1ad148da.tar.xz
latinime-f886546409d86f37c9ddaba24e85de9b1ad148da.zip
Merge "Use -Werror in packages/inputmethods/LatinIME/native/jni"
am: a3addf1187 Change-Id: I92e0317804176a295c079aa81e7b01fc03a852d9
-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