am 0672e855: Merge "Enable ASan (Address Sanitizer) for native host test"
* commit '0672e8554f65d8107a47180df9aadf8bca022bcc': Enable ASan (Address Sanitizer) for native host testmain
commit
a609854e62
|
@ -26,8 +26,10 @@ include $(LOCAL_PATH)/NativeFileList.mk
|
|||
#################### Host library for unit test
|
||||
# TODO: Remove -std=c++11 once it is set by default on host build.
|
||||
LATIN_IME_SRC_DIR := src
|
||||
LOCAL_ADDRESS_SANITIZER := true
|
||||
LOCAL_CFLAGS += -std=c++11 -Wno-unused-parameter -Wno-unused-function
|
||||
LOCAL_CLANG := true
|
||||
LOCAL_CXX_STL := libc++
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(LATIN_IME_SRC_DIR)
|
||||
LOCAL_MODULE := liblatinime_host_static_for_unittests
|
||||
LOCAL_MODULE_TAGS := optional
|
||||
|
@ -38,8 +40,10 @@ include $(BUILD_HOST_STATIC_LIBRARY)
|
|||
include $(CLEAR_VARS)
|
||||
LATIN_IME_TEST_SRC_DIR := tests
|
||||
# TODO: Remove -std=c++11 once it is set by default on host build.
|
||||
LOCAL_ADDRESS_SANITIZER := true
|
||||
LOCAL_CFLAGS += -std=c++11 -Wno-unused-parameter -Wno-unused-function
|
||||
LOCAL_CLANG := true
|
||||
LOCAL_CXX_STL := libc++
|
||||
LOCAL_C_INCLUDES += $(LOCAL_PATH)/$(LATIN_IME_SRC_DIR)
|
||||
LOCAL_MODULE := liblatinime_host_unittests
|
||||
LOCAL_MODULE_TAGS := tests
|
||||
|
|
Loading…
Reference in New Issue