am c01c0a1c: am 06f0a137: Merge "Remove LOCAL_ADDRESS_SANITIZER."
* commit 'c01c0a1c8d9c48330b4880b478c46f35705b6a93': Remove LOCAL_ADDRESS_SANITIZER.
This commit is contained in:
commit
08519f21f8
|
@ -4,17 +4,6 @@
|
|||
|
||||
my_sanitize := $(strip $(LOCAL_SANITIZE))
|
||||
|
||||
# Keep compatibility for LOCAL_ADDRESS_SANITIZER until all targets have moved to
|
||||
# `LOCAL_SANITIZE := address`.
|
||||
ifeq ($(strip $(LOCAL_ADDRESS_SANITIZER)),true)
|
||||
my_sanitize += address
|
||||
endif
|
||||
|
||||
# And `LOCAL_SANITIZE := never`.
|
||||
ifeq ($(strip $(LOCAL_ADDRESS_SANITIZER)),false)
|
||||
my_sanitize := never
|
||||
endif
|
||||
|
||||
# Don't apply sanitizers to NDK code.
|
||||
ifdef LOCAL_SDK_VERSION
|
||||
my_sanitize := never
|
||||
|
|
Loading…
Reference in New Issue