Merge "Ensure we get cross refs for Bazel-built artifacts" am: bf815a135a
am: 8e9910fbcc
am: b99a3def27
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/2643055 Change-Id: I0f69d8bed0b138a217641ad89e43260f8672ab1a Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -701,6 +701,10 @@ func (c *config) IsMixedBuildsEnabled() bool {
|
|||||||
if c.productVariables.DeviceArch != nil && *c.productVariables.DeviceArch == "riscv64" {
|
if c.productVariables.DeviceArch != nil && *c.productVariables.DeviceArch == "riscv64" {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
// Disable Bazel when Kythe is running
|
||||||
|
if c.EmitXrefRules() {
|
||||||
|
return false
|
||||||
|
}
|
||||||
if c.IsEnvTrue("GLOBAL_THINLTO") {
|
if c.IsEnvTrue("GLOBAL_THINLTO") {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user