commit | bf815a135ad79254d8ff0375b95f605d0296e29d | [log] [tgz] |
---|---|---|
author | Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> | Fri Jun 30 02:22:27 2023 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jun 30 02:22:27 2023 +0000 |
tree | a0d55d4ad3d1349070b85ea8baa6a4d4088b4718 | |
parent | a56663f6954de78f82d7862c2e86bb1932e6c6da [diff] | |
parent | 36ba6b2347e9036fb17b3d3f58c1c26840d26f02 [diff] |
Merge "Ensure we get cross refs for Bazel-built artifacts"
diff --git a/android/config.go b/android/config.go index 839ff05..fa43962 100644 --- a/android/config.go +++ b/android/config.go
@@ -701,6 +701,10 @@ 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 }