Merge "Add a bp2build configuration to the common bazelrc."
diff --git a/common.bazelrc b/common.bazelrc
index bef7bb0..3588612 100644
--- a/common.bazelrc
+++ b/common.bazelrc
@@ -28,5 +28,9 @@
 # Note that this hardcodes the output dir. It will not work if $OUT_DIR != out.
 common:queryview --package_path=%workspace%/out/soong/queryview
 
+# Run bazel query from the workspace, without cd'ing into out/soong/bp2build
+# Note that this hardcodes the output dir. It will not work if $OUT_DIR != out.
+common:bp2build --package_path=%workspace%/out/soong/bp2build
+
 # Support a local user-specific bazelrc file.
 try-import %workspace%/user.bazelrc