Update clang version to clang-r487747
Test: presubmit Bug: 264965700 Change-Id: I2db879f4dcc77b606c788b3e3890ed2a3faa6594
This commit is contained in:
@@ -1363,6 +1363,11 @@ func (c *deviceConfig) NativeCoverageEnabledForPath(path string) bool {
|
||||
}
|
||||
}
|
||||
if coverage && len(c.config.productVariables.NativeCoverageExcludePaths) > 0 {
|
||||
// Workaround coverage boot failure.
|
||||
// http://b/269981180
|
||||
if strings.HasPrefix(path, "external/protobuf") {
|
||||
coverage = false
|
||||
}
|
||||
if HasAnyPrefix(path, c.config.productVariables.NativeCoverageExcludePaths) {
|
||||
coverage = false
|
||||
}
|
||||
|
Reference in New Issue
Block a user