commit | 5577ce055162293ac26ce271ad4e381b005ae072 | [log] [tgz] |
---|---|---|
author | Mads Ager <ager@google.com> | Wed Jun 07 12:42:03 2017 +0200 |
committer | Mads Ager <ager@google.com> | Wed Jun 07 12:42:03 2017 +0200 |
tree | 8dd9f4240fd70a6b4053762ecc38a159874b36d5 | |
parent | 92c3534fc8ec0d84ef488c4b692093690a4a8314 [diff] |
Cleanup R8RunExamplesTest. 1. Remove the processedFileIsSmaller part of the test. It is no longer useful and we are tracking size elsewhere. 2. Compare against JVM output as well as Art output on the original dex file. R=mikaelpeltier@google.com, zerny@google.com Change-Id: Ib8ebc91597be2fcc2ff7d538bfb394a9a7d9f675
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.