Merge "Change the global CFI flag to default to enabled."
am: eddf74cadb
Change-Id: I1f954ebfd9b948a554f994840bce7e33563219b3
diff --git a/core/config_sanitizers.mk b/core/config_sanitizers.mk
index 729ef48..d735a02 100644
--- a/core/config_sanitizers.mk
+++ b/core/config_sanitizers.mk
@@ -63,7 +63,7 @@
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