Merge "Use $(my_prefix)OS instead of HOST_CROSS_OS"

This commit is contained in:
Treehugger Robot 2018-06-27 18:28:34 +00:00 committed by Gerrit Code Review
commit 1caedd6bdc
1 changed files with 1 additions and 1 deletions

View File

@ -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.