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

Commit c1d5f24b authored by Andreas Gampe's avatar Andreas Gampe Committed by android-build-merger
Browse files

Merge "Build: Do not build sanitize-never executable"

am: 38972496

Change-Id: I87b77465bffd7586ece11bc2734b25033a67c43f
parents ef92a763 38972496
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -12,6 +12,8 @@ ifneq ($(filter address,$(SANITIZE_TARGET)),)
    my_skip_this_target := true
  else ifeq (false, $(LOCAL_CLANG))
    my_skip_this_target := true
  else ifeq (never, $(LOCAL_SANITIZE))
    my_skip_this_target := true
  endif
endif