aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/b2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/b b/bin/b
index dfc446db..8b61f6a3 100755
--- a/bin/b
+++ b/bin/b
@@ -61,7 +61,7 @@ done
# Generate BUILD, bzl files into the synthetic Bazel workspace (out/soong/workspace).
# RBE is disabled because it's not used with b builds and adds overhead: b/251441524
B_ARGS=$*
-USE_RBE=false "$T/build/soong/soong_ui.bash" --build-mode --all-modules --dir="$(pwd)" $skip_tests bp2build USE_BAZEL_ANALYSIS= --build-command="${B_ARGS}" || exit 1
+USE_RBE=false "$T/build/soong/soong_ui.bash" --build-mode --all-modules --dir="$(pwd)" $skip_tests bp2build USE_BAZEL_ANALYSIS= --build-command="b ${B_ARGS}" || exit 1
# Then, run Bazel using the synthetic workspace as the --package_path.