Bp2build Sanitizer Blocklist
Bug: 286894426 Test: Unit tests Change-Id: I382e028410a185a5017dba1fc47c83ad5b2432cf
This commit is contained in:
1
cc/cc.go
1
cc/cc.go
@@ -1930,7 +1930,6 @@ func allEnabledSanitizersSupportedByBazel(ctx android.BaseModuleContext, c *Modu
|
||||
sanitizeProps.Safestack,
|
||||
sanitizeProps.Scudo,
|
||||
BoolPtr(len(c.sanitize.Properties.Sanitize.Recover) > 0),
|
||||
BoolPtr(c.sanitize.Properties.Sanitize.Blocklist != nil),
|
||||
}
|
||||
for _, san := range unsupportedSanitizers {
|
||||
if Bool(san) {
|
||||
|
Reference in New Issue
Block a user