Merge "Ensure we get cross refs for Bazel-built artifacts"
This commit is contained in:
@@ -701,6 +701,10 @@ func (c *config) IsMixedBuildsEnabled() bool {
|
||||
if c.productVariables.DeviceArch != nil && *c.productVariables.DeviceArch == "riscv64" {
|
||||
return false
|
||||
}
|
||||
// Disable Bazel when Kythe is running
|
||||
if c.EmitXrefRules() {
|
||||
return false
|
||||
}
|
||||
if c.IsEnvTrue("GLOBAL_THINLTO") {
|
||||
return false
|
||||
}
|
||||
|
Reference in New Issue
Block a user