forked from openkylin/platform_build
Merge "Don't enable CFI diagnostics in include paths."
This commit is contained in:
commit
689e71c3b6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue