Catch more cases of invalid input and give CompilationErrors.

Previously these cases would lead to null pointer exceptions or
assertion errors.

R=sgjesse@google.com, vnukov@google.com

Change-Id: I9684379ffbc98106bd9c4a8753861f682cb13b83
5 files changed
tree: fc9987889dfb954ffe40f787e4675bdae2e53a97
  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.