Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 36ba6b23 authored by Liz Kammer's avatar Liz Kammer
Browse files

Ensure we get cross refs for Bazel-built artifacts

Test: CI
Change-Id: I377dde648e023d1ac8e44b6e814475f7410cd2eb
parent df9c3441
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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
		}