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

Commit 69a34533 authored by Vishwath Mohan's avatar Vishwath Mohan Committed by android-build-merger
Browse files

Merge "Change the global CFI flag to default to enabled."

am: eddf74ca

Change-Id: I1f954ebfd9b948a554f994840bce7e33563219b3
parents 6e790c6a eddf74ca
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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