Update ci scripts to avoid bp2build sync

With recent changes to mixed builds, bp2build generation is integrated
into the build, and thus separate bp2build invocation is not required
for mixed builds. Additionally, bp2build sync is not required for
running builds with tools/bazel, as long as --package_path is set to
out/soong/workspace.

We will likely want to follow up and handle bp2build-detection and
setting --package_path inline as part of tools/bazel.

Test: Ran all ci scripts manually
Change-Id: Iae7a357d46543eb3f667b31ce496e6e0f6a1fa50
3 files changed
tree: 95ed07009ba6f7d184ad50f588394c74a20c4543
  1. bazel_skylib/
  2. ci/
  3. docs/
  4. examples/
  5. json_module_graph/
  6. platforms/
  7. product_variables/
  8. rules/
  9. rules_cc/
  10. scripts/
  11. tests/
  12. bazel.BUILD
  13. bazel.sh
  14. bazel.WORKSPACE
  15. common.bazelrc
  16. darwin.bazelrc
  17. linux.bazelrc
  18. OWNERS
  19. README.md
README.md

Bazel

The code in this directory is experimental. Bazel support for Android Platform is undergoing active development and workflow stability is currently not guaranteed.