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

This commit is contained in:
Treehugger Robot 2019-02-07 01:23:46 +00:00 committed by Gerrit Code Review
commit 689e71c3b6
1 changed files with 0 additions and 1 deletions

View File

@ -112,7 +112,6 @@ ifeq ($(filter cfi, $(my_sanitize)),)
ifneq ($(strip $(foreach dir,$(subst $(comma),$(space),$(combined_include_paths)),\
$(filter $(dir)%,$(LOCAL_PATH)))),)
my_sanitize := cfi $(my_sanitize)
my_sanitize_diag := cfi $(my_sanitize_diag)
endif
endif
endif