Merge "Ensure we get cross refs for Bazel-built artifacts"

This commit is contained in:
Treehugger Robot
2023-06-30 02:22:27 +00:00
committed by Gerrit Code Review

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
}