Merge "Change the global CFI flag to default to enabled." am: eddf74cadb
am: 69a345338a
am: bb68c9e60a
Change-Id: I97ae72f5d8b3606e83a601b188c86077ea89a89c
This commit is contained in:
commit
295943cb76
|
@ -63,7 +63,7 @@ ifeq ($(LOCAL_SANITIZE),never)
|
|||
endif
|
||||
|
||||
# If CFI is disabled globally, remove it from my_sanitize.
|
||||
ifeq ($(strip $(ENABLE_CFI)),)
|
||||
ifeq ($(strip $(ENABLE_CFI)),false)
|
||||
my_sanitize := $(filter-out cfi,$(my_sanitize))
|
||||
my_sanitize_diag := $(filter-out cfi,$(my_sanitize_diag))
|
||||
endif
|
||||
|
|
Loading…
Reference in New Issue