Update Android app building with Bazel to use d8.

We're binding 'd8_jar_import' to r8.jar, because the d8.jar currently available in AOSP doesn't expose all the required classes.

Test: b build build/bazel/examples/android_app/java/com/app --fat_apk_cpu=k8
Change-Id: I49815af33ee2743c7cf86b2088abced09ac3bf9b
2 files changed
tree: b69e63b086891a1aaf6b875c5cab954031050dda
  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.