diff options
author | 2017-09-11 20:23:18 +0200 | |
---|---|---|
committer | 2017-09-11 20:23:18 +0200 | |
commit | afca081fc3f6ad3fd47ccbae92ebaf3319113881 (patch) | |
tree | 5d423b97e908b8efeda0509f09f37b0455133b27 /native/dicttoolkit/UnitTests.mk | |
parent | cfc834197c6e2ae6bdff1b7e4cde47cf0a2c0dd4 (diff) | |
download | latinime-afca081fc3f6ad3fd47ccbae92ebaf3319113881.tar.gz latinime-afca081fc3f6ad3fd47ccbae92ebaf3319113881.tar.xz latinime-afca081fc3f6ad3fd47ccbae92ebaf3319113881.zip |
Remove LOCAL_CLANG
clang is the default compiler since Android nougat
Change-Id: I52d7f1ded227b21cd88d2d292f0af4adecb800f4
Signed-off-by: Lennart Wieboldt <lennart.1997@gmx.de>
Diffstat (limited to 'native/dicttoolkit/UnitTests.mk')
-rw-r--r-- | native/dicttoolkit/UnitTests.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/native/dicttoolkit/UnitTests.mk b/native/dicttoolkit/UnitTests.mk index da1b3767c..55177c084 100644 --- a/native/dicttoolkit/UnitTests.mk +++ b/native/dicttoolkit/UnitTests.mk @@ -31,7 +31,6 @@ include $(LATIN_IME_CORE_PATH)/NativeFileList.mk LATIN_IME_SRC_DIR := src LOCAL_ADDRESS_SANITIZER := true LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function -LOCAL_CLANG := true LOCAL_CXX_STL := libc++ LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(LATIN_IME_DICT_TOOLKIT_SRC_DIR) \ $(LATIN_IME_CORE_PATH)/$(LATIN_IME_CORE_SRC_DIR) @@ -46,7 +45,6 @@ include $(CLEAR_VARS) LOCAL_ADDRESS_SANITIZER := true LOCAL_CFLAGS += -Wno-unused-parameter -Wno-unused-function -LOCAL_CLANG := true LOCAL_CXX_STL := libc++ LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(LATIN_IME_DICT_TOOLKIT_SRC_DIR) \ $(LATIN_IME_CORE_PATH)/$(LATIN_IME_CORE_SRC_DIR) |