Ignore source-->prebuilt dependencies in analysis

For prebuilt/src pairs, Soong will add a dependency from the source to
the prebuilt module. To track progress _only_ of the prebuilt modules
where there is no source to build from, ignore deps with the prebuilt
dependency tag.

Test: ./bp2build-progress.py report -m com.android.neuralnetworks
Change-Id: I8b54b9b63ec47dca285b849d7d21b2330b8c0d72
2 files changed
tree: ddead7e937ab87249e22523fbf5af58051fa991f
  1. ci/
  2. docs/
  3. examples/
  4. json_module_graph/
  5. mk2rbc/
  6. platforms/
  7. product_config/
  8. product_variables/
  9. rules/
  10. rules_cc/
  11. scripts/
  12. tests/
  13. vendor/
  14. .gitignore
  15. bazel.BUILD
  16. bazel.sh
  17. bazel.WORKSPACE
  18. common.bazelrc
  19. darwin.bazelrc
  20. linux.bazelrc
  21. OWNERS
  22. 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.