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

Commit 689e71c3 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Don't enable CFI diagnostics in include paths."

parents bef15eb4 55220942
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -112,7 +112,6 @@ ifeq ($(filter cfi, $(my_sanitize)),)
    ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_include_paths)),\
    ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_include_paths)),\
           $(filter $(dir)%,$(LOCAL_PATH)))),)
           $(filter $(dir)%,$(LOCAL_PATH)))),)
      my_sanitize := cfi $(my_sanitize)
      my_sanitize := cfi $(my_sanitize)
      my_sanitize_diag := cfi $(my_sanitize_diag)
    endif
    endif
  endif
  endif
endif
endif