Re-enable abi checking for hwasan builds.
The tool that had the bug this disablement worked around is no longer in use, and the current tool "works for me"... Test: ran locally Change-Id: I801da20a00f54a90777b99ea264d9ab420b7f942
This commit is contained in:
parent
949157d582
commit
c903b8d69f
1 changed files with 0 additions and 7 deletions
|
@ -325,13 +325,6 @@ func canDumpAbi(config android.Config) bool {
|
||||||
if runtime.GOOS == "darwin" {
|
if runtime.GOOS == "darwin" {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
// abidw doesn't currently handle top-byte-ignore correctly. Disable ABI
|
|
||||||
// dumping for those configs while we wait for a fix. We'll still have ABI
|
|
||||||
// checking coverage from non-hwasan builds.
|
|
||||||
// http://b/190554910
|
|
||||||
if android.InList("hwaddress", config.SanitizeDevice()) {
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
// http://b/156513478
|
// http://b/156513478
|
||||||
return config.ReleaseNdkAbiMonitored()
|
return config.ReleaseNdkAbiMonitored()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue