aboutsummaryrefslogtreecommitdiffstats
path: root/native/dicttoolkit/UnitTests.mk
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--native/dicttoolkit/UnitTests.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/native/dicttoolkit/UnitTests.mk b/native/dicttoolkit/UnitTests.mk
index d568db44a..96e28730e 100644
--- a/native/dicttoolkit/UnitTests.mk
+++ b/native/dicttoolkit/UnitTests.mk
@@ -46,6 +46,7 @@ include $(BUILD_HOST_STATIC_LIBRARY)
include $(CLEAR_VARS)
# 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++