Merge "Re-enable abi checking for hwasan builds." into main am: 41da84b2e6
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3012615 Change-Id: I80c9215a2fff16a63577e7910230c0cea351ee0f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -325,13 +325,6 @@ func canDumpAbi(config android.Config) bool {
|
||||
if runtime.GOOS == "darwin" {
|
||||
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
|
||||
return config.ReleaseNdkAbiMonitored()
|
||||
}
|
||||
|
Reference in New Issue
Block a user