Merge "Set mixed builds use product-config based target"

This commit is contained in:
Liz Kammer
2021-08-02 16:38:29 +00:00
committed by Gerrit Code Review

View File

@@ -333,7 +333,7 @@ func (r *builtinBazelRunner) issueBazelCommand(paths *bazelPaths, runName bazel.
// The actual platform values here may be overridden by configuration // The actual platform values here may be overridden by configuration
// transitions from the buildroot. // transitions from the buildroot.
cmdFlags = append(cmdFlags, cmdFlags = append(cmdFlags,
fmt.Sprintf("--platforms=%s", "//build/bazel/platforms:android_arm")) fmt.Sprintf("--platforms=%s", "//build/bazel/platforms:android_target"))
cmdFlags = append(cmdFlags, cmdFlags = append(cmdFlags,
fmt.Sprintf("--extra_toolchains=%s", "//prebuilts/clang/host/linux-x86:all")) fmt.Sprintf("--extra_toolchains=%s", "//prebuilts/clang/host/linux-x86:all"))
// This should be parameterized on the host OS, but let's restrict to linux // This should be parameterized on the host OS, but let's restrict to linux