Temporarily disable test targets that depend on remote_coverage_tools.

The test targets have an implicit dependency on remote_coverage_tools,
which is an external repo that Bazel downloads at initialization. This
is not good, because we're downloading things on buildbot and there may
not be internet access on it.

$ b cquery 'allpaths(packages/apps/Music/... + //bionic/... +
//build/bazel/... + //development/sdk/... + //external/... +
//packages/apps/QuickSearchBox/... +
//prebuilts/clang/host/linux-x86:all + //system/...,
@remote_coverage_tools//...)'
@remote_coverage_tools//:coverage_report_generator (HOST)
@remote_coverage_tools//:all_lcov_merger_lib (HOST)
@remote_coverage_tools//:Main (HOST)
@bazel_tools//tools/test:coverage_report_generator (HOST)
//build/bazel/tests/apex:build.bazel.examples.apex.minimal_content_diff_test (77019d6)
//build/bazel/tests/apex:com.android.tzdata_content_diff_test (77019d6)
//build/bazel/tests/bionic:compare_libc_stripping (77019d6)
//build/bazel/tests/bionic:verify_bionic_outputs (77019d6)

See the attached bug for more information.

Bug: 201242197
Test: Presubmits
Change-Id: Id8d836599998d91cc20f65b168314056ed640f76
1 file changed
tree: 0b90574f43dd4e62c636260421c6503c96f7fce5
  1. ci/
  2. docs/
  3. examples/
  4. json_module_graph/
  5. platforms/
  6. product_variables/
  7. rules/
  8. rules_cc/
  9. scripts/
  10. tests/
  11. bazel.BUILD
  12. bazel.sh
  13. bazel.WORKSPACE
  14. common.bazelrc
  15. darwin.bazelrc
  16. linux.bazelrc
  17. OWNERS
  18. 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.