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

Commit ff5bc737 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 am: c1d5f24b

am: 4c8ec865

Change-Id: I7885370a4b9c94b62932b64138b26abe11e0dbc9
parents d82d4b7b 4c8ec865
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