Merge "[make] Disable CFI when building with HWASan." am: 696dd3bd93
am: fbf0759fa3
am: cb4bad2ca0
Change-Id: Ie3e0896ae5036b6b0c721572c31fbc10ea3d7bce
This commit is contained in:
commit
8607d84d7c
1 changed files with 1 additions and 0 deletions
|
@ -176,6 +176,7 @@ endif
|
||||||
ifneq ($(filter hwaddress,$(my_sanitize)),)
|
ifneq ($(filter hwaddress,$(my_sanitize)),)
|
||||||
my_sanitize := $(filter-out address,$(my_sanitize))
|
my_sanitize := $(filter-out address,$(my_sanitize))
|
||||||
my_sanitize := $(filter-out thread,$(my_sanitize))
|
my_sanitize := $(filter-out thread,$(my_sanitize))
|
||||||
|
my_sanitize := $(filter-out cfi,$(my_sanitize))
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(filter hwaddress,$(my_sanitize)),)
|
ifneq ($(filter hwaddress,$(my_sanitize)),)
|
||||||
|
|
Loading…
Reference in a new issue