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

Commit 8607d84d authored by Evgenii Stepanov's avatar Evgenii Stepanov Committed by android-build-merger
Browse files

Merge "[make] Disable CFI when building with HWASan." am: 696dd3bd am: fbf0759f

am: cb4bad2c

Change-Id: Ie3e0896ae5036b6b0c721572c31fbc10ea3d7bce
parents 9cfaff61 cb4bad2c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -176,6 +176,7 @@ endif
ifneq ($(filter hwaddress,$(my_sanitize)),)
  my_sanitize := $(filter-out address,$(my_sanitize))
  my_sanitize := $(filter-out thread,$(my_sanitize))
  my_sanitize := $(filter-out cfi,$(my_sanitize))
endif

ifneq ($(filter hwaddress,$(my_sanitize)),)