Fix --config=bp2build to ref workspace. Update ci

Test: Run ci/bp2build.sh
Change-Id: Ib27e6b6ffcf96f4bbc742c4b593bcb4aeddb51bb
diff --git a/common.bazelrc b/common.bazelrc
index 4be98bd..d0091c6 100644
--- a/common.bazelrc
+++ b/common.bazelrc
@@ -45,9 +45,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
+# Run bazel query from the workspace, without cd'ing into out/soong/workspace
 # Note that this hardcodes the output dir. It will not work if $OUT_DIR != out.
-common:bp2build --package_path=%workspace%/out/soong/bp2build
+common:bp2build --package_path=%workspace%/out/soong/workspace
 
 # Support a local user-specific bazelrc file.
 try-import %workspace%/user.bazelrc