Merge "Remove --extra_toolchains flag from aquery runner"
This commit is contained in:
@@ -736,15 +736,6 @@ func (r *builtinBazelRunner) createBazelCommand(config Config, paths *bazelPaths
|
|||||||
// TODO(asmundak): is it needed in every build?
|
// TODO(asmundak): is it needed in every build?
|
||||||
"--profile=" + shared.BazelMetricsFilename(paths, runName),
|
"--profile=" + shared.BazelMetricsFilename(paths, runName),
|
||||||
|
|
||||||
// Set default platforms to canonicalized values for mixed builds requests.
|
|
||||||
// If these are set in the bazelrc, they will have values that are
|
|
||||||
// non-canonicalized to @sourceroot labels, and thus be invalid when
|
|
||||||
// referenced from the buildroot.
|
|
||||||
//
|
|
||||||
// The actual platform values here may be overridden by configuration
|
|
||||||
// transitions from the buildroot.
|
|
||||||
fmt.Sprintf("--extra_toolchains=%s", "//prebuilts/clang/host/linux-x86:all"),
|
|
||||||
|
|
||||||
// We don't need to set --host_platforms because it's set in bazelrc files
|
// We don't need to set --host_platforms because it's set in bazelrc files
|
||||||
// that the bazel shell script wrapper passes
|
// that the bazel shell script wrapper passes
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user