run_on_app: add --compiler-flags and use it for D8, too

previous --r8-flags remains for the time of the transition

Bug:
Change-Id: Ib34b4287a3e13d0ebc4d87d9a28615e777fd2e46
1 file changed
tree: 012b10c0ec43e11eb60c983f8271376d0ea4b013
  1. buildSrc/
  2. scripts/
  3. src/
  4. tests/
  5. third_party/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. build.gradle
  10. codereview.settings
  11. CONTRIBUTING.md
  12. copyAdditionalJctfCommonFiles.gradle
  13. LICENSE
  14. README.md
README.md

The R8 repo contains two tools.

  1. D8 is a dexer that converts java byte code to dex code.

  2. R8 is a java program shrinking and minification tool.