diff options
author | 2017-11-05 07:31:49 +0000 | |
---|---|---|
committer | 2017-11-05 07:31:49 +0000 | |
commit | a3e8464723e4c59ebe02c4431f6a24976e2a685f (patch) | |
tree | 2ee23f4af69fd93e5449bf72c500bcfc2cb667b5 | |
parent | 1d2ee87f0c475013deef390f3d9dddcf3bc304a9 (diff) | |
parent | ae75ff8526c16cb0c5458fe04d5a1319f58d2b88 (diff) | |
download | latinime-a3e8464723e4c59ebe02c4431f6a24976e2a685f.tar.gz latinime-a3e8464723e4c59ebe02c4431f6a24976e2a685f.tar.xz latinime-a3e8464723e4c59ebe02c4431f6a24976e2a685f.zip |
Snap for 4434599 from ae75ff8526c16cb0c5458fe04d5a1319f58d2b88 to pi-release
Change-Id: I55c06bc929c72f151c90d3795a8a536dee33105e
-rw-r--r-- | native/jni/HostUnitTests.mk | 1 |
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 |