Merge "Do not check ABI for coverage variants"
This commit is contained in:
5
cc/cc.go
5
cc/cc.go
@@ -1195,6 +1195,11 @@ func (ctx *moduleContextImpl) shouldCreateSourceAbiDump() bool {
|
|||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Coverage builds have extra symbols.
|
||||||
|
if ctx.mod.isCoverageVariant() {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
if ctx.ctx.Fuchsia() {
|
if ctx.ctx.Fuchsia() {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user