commit | ca1299205e0a907ebe029c0461801a1c912d28c4 | [log] [tgz] |
---|---|---|
author | Benoit Lamarche <benoitlamarche@google.com> | Fri Jun 02 15:31:22 2017 +0200 |
committer | Benoit Lamarche <benoitlamarche@google.com> | Fri Jun 02 15:31:22 2017 +0200 |
tree | f001af9a999d800f538eb052045e8b745c45c35a | |
parent | bbc55143dfce1520313e2dce3b18c84279a96a3a [diff] |
Unwrap CompilationErrors from threads in D8.run() - Unwrap CompilationErrors in ExecutionException so that they can be properly reported through the API. Also some minor changes in VirtualFile: - Remove useless throw declarations. - Turn a RuntimeException into a CompilationError. Bug: 36716620 Change-Id: I5945e0217255a6383c6cab3c88c85f68dbd128a5
The R8 repo contains two tools.
D8 is a dexer that converts java byte code to dex code.
R8 is a java program shrinking and minification tool.