Ensure we get cross refs for Bazel-built artifacts

Test: CI
Change-Id: I377dde648e023d1ac8e44b6e814475f7410cd2eb
This commit is contained in:
Liz Kammer
2023-06-29 10:18:39 -04:00
parent df9c3441aa
commit 36ba6b2347

View File

@@ -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
}