diff options
| author | 2023-03-17 12:35:39 -0400 | |
|---|---|---|
| committer | 2023-03-17 15:34:37 -0400 | |
| commit | cbee4e3f2e27eba30b4e1281f8205dda5b32bb2e (patch) | |
| tree | d495cb0bf0d4c21cd127e7d6b887ae7b5443b48b /java/platform_bootclasspath.go | |
| parent | 9741785c4c73c52759068b0bdcfb13378320ff8b (diff) | |
Remove --extra_toolchains flag from aquery runner
When specifying --extra_toolchains=//prebuilts/clang/host/linux-x86:all, there is no control over the sort order of toolchains, which can result in a more generic toolchain being used rather than the most specific (and correct) toolchain.
Apparently, this flag is causing Bazel to drop some flags from CppCompile actions. This causes mixed-build's outputs different from Soong build. The mixed-build also generates different from Bazel build because we don't use the flag when using `b` to build the targets.
Test: Inspect differences in CppCompile actions from Soong's Bazel aquery handler and b aquery
Bug: 273995121
Change-Id: Id9e32c0cd12ab8577cd5b223ca9e19c982f3ae1f
Diffstat (limited to 'java/platform_bootclasspath.go')
0 files changed, 0 insertions, 0 deletions