commit | 5120d16546928d89d661f132daedec7181d6dd59 | [log] [tgz] |
---|---|---|
author | Jean-Marie Henaff <jmhenaff@google.com> | Wed Jun 14 18:57:12 2017 +0200 |
committer | Jean-Marie Henaff <jmhenaff@google.com> | Wed Jun 14 18:57:12 2017 +0200 |
tree | 5b58834319383f2926eb194659b34a8662b5b403 | |
parent | e6997b99987445a1085af9086f480a585d519de3 [diff] |
Fix D8IREAOT.dexPerClassFileNoDesugaring() on Windows D8IncrementalRunExamplesAndroidOTest.dexPerClassFileNoDesugaring() was converting type descriptors String to class file path without converting the file separator, which lead to the type being in the table to be not found when a correct path was passed as a key for look up. Bug: Change-Id: I1ffc515372550cce81c228e6651f5c3fd521bdce
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.