Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1caedd6b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 14add317 407b6aca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.