Merge "Use $(my_prefix)OS instead of HOST_CROSS_OS"
am: 1caedd6bdc
Change-Id: Ic7d6fc7d44167e22c196de8275dc27c88e2f714a
This commit is contained in:
committed by
android-build-merger
commit
71b8769e5c
@@ -12,7 +12,7 @@ my_global_sanitize :=
|
||||
my_global_sanitize_diag :=
|
||||
ifeq ($(my_clang),true)
|
||||
ifdef LOCAL_IS_HOST_MODULE
|
||||
ifneq ($(HOST_CROSS_OS),windows)
|
||||
ifneq ($($(my_prefix)OS),windows)
|
||||
my_global_sanitize := $(strip $(SANITIZE_HOST))
|
||||
|
||||
# SANITIZE_HOST=true is a deprecated way to say SANITIZE_HOST=address.
|
||||
|
Reference in New Issue
Block a user