Merge "Allow asan for glibc tests."
This commit is contained in:
commit
eef1eb64bb
@ -35,7 +35,10 @@ endif
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
LOCAL_CLANG := $($(module)_clang_$(build_type))
|
LOCAL_CLANG := $($(module)_clang_$(build_type))
|
||||||
|
|
||||||
|
ifneq ($($(module)_allow_asan),true)
|
||||||
LOCAL_ADDRESS_SANITIZER := false
|
LOCAL_ADDRESS_SANITIZER := false
|
||||||
|
endif
|
||||||
|
|
||||||
LOCAL_FORCE_STATIC_EXECUTABLE := $($(module)_force_static_executable)
|
LOCAL_FORCE_STATIC_EXECUTABLE := $($(module)_force_static_executable)
|
||||||
|
|
||||||
|
@ -317,6 +317,8 @@ bionic-unit-tests-glibc_cflags := $(test_cflags)
|
|||||||
bionic-unit-tests-glibc_cppflags := $(test_cppflags)
|
bionic-unit-tests-glibc_cppflags := $(test_cppflags)
|
||||||
bionic-unit-tests-glibc_ldflags := -Wl,--export-dynamic
|
bionic-unit-tests-glibc_ldflags := -Wl,--export-dynamic
|
||||||
|
|
||||||
|
bionic-unit-tests-glibc_allow_asan := true
|
||||||
|
|
||||||
module := bionic-unit-tests-glibc
|
module := bionic-unit-tests-glibc
|
||||||
module_tag := optional
|
module_tag := optional
|
||||||
build_type := host
|
build_type := host
|
||||||
|
Loading…
x
Reference in New Issue
Block a user