Re-enable and fix bazel_apexer_wrapper_test.

This test was accidentally skipped by bp2build-incremental because its
dependency, //external/avb:avbtool, is a python binary that is target
incompatible with Android targets. Bazel automatically skips tests in a
target pattern like `...` if the test or any of its dependencies are not
compatible.

This CL makes it such that this test only runs when --platforms is the
linux host, and also add it to bp2build.sh for CI coverage.

Test: CI/bp2build-incremental
Test: b test //build/bazel/rules/apex:bazel_apexer_wrapper_test --platforms=//build/bazel/platforms:linux_x86_64
Change-Id: I7f0bec8b10c114fc4fb8b609921eaa636ca74763
5 files changed
tree: 0c0ee7413c85c9e02e29b1d9bf02eb4f7bf49bac
  1. ci/
  2. docs/
  3. examples/
  4. json_module_graph/
  5. mk2rbc/
  6. platforms/
  7. product_variables/
  8. rules/
  9. rules_cc/
  10. scripts/
  11. tests/
  12. vendor/
  13. bazel.BUILD
  14. bazel.sh
  15. bazel.WORKSPACE
  16. common.bazelrc
  17. darwin.bazelrc
  18. linux.bazelrc
  19. OWNERS
  20. 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.