aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2016-07-07 17:07:42 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-07-07 17:07:43 +0000
commit59a405c831d87a2410af01afb0dcb52301bfdcb6 (patch)
treeef1c6576902a0355adaaeccaebb5fa16339f4fc1
parentd81beca2b2efab77b582f7fd5ee874d904c6007f (diff)
parentf761c0f574e74277a244f5cfb0cd6c3d9c8ca612 (diff)
downloadbuild-59a405c831d87a2410af01afb0dcb52301bfdcb6.tar.gz
Merge "Never add asan libraries to NDK code"
-rw-r--r--core/config_sanitizers.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/config_sanitizers.mk b/core/config_sanitizers.mk
index 9602626007..7882fdf020 100644
--- a/core/config_sanitizers.mk
+++ b/core/config_sanitizers.mk
@@ -51,6 +51,7 @@ endif
# Don't apply sanitizers to NDK code.
ifdef LOCAL_SDK_VERSION
my_sanitize :=
+ my_global_sanitize :=
endif
# Never always wins.