Never use ASAN.
Unless we completely redo how we build bionic (so that the object
files for libc.so get built separately from libc.a), we can't enable
ASAN here, as libc.a gets linked into static executables.
Change-Id: I2ce4f51248bd51c4213a555ff481b6faabbf53f8
diff --git a/tests/Android.build.mk b/tests/Android.build.mk
index 78f07ed..9c5df0e 100644
--- a/tests/Android.build.mk
+++ b/tests/Android.build.mk
@@ -35,6 +35,7 @@
endif
LOCAL_CLANG := $($(module)_clang_$(build_type))
+LOCAL_ADDRESS_SANITIZER := false
LOCAL_FORCE_STATIC_EXECUTABLE := $($(module)_force_static_executable)