commit | 39587a8d4dbcb86c77be33258d7b1272534cbe4c | [log] [tgz] |
---|---|---|
author | Jean-Marie Henaff <jmhenaff@google.com> | Thu Jun 08 15:20:13 2017 +0200 |
committer | Jean-Marie Henaff <jmhenaff@google.com> | Thu Jun 08 15:20:13 2017 +0200 |
tree | b4c6a89ad2499329c9d230a2499844a9459db003 | |
parent | 0b17c70cc42e43309a5a2c82f00fa69d42e13494 [diff] |
Enable test without runtime to run on Windows This is a first attempt to run R8 tests on windows until support is fully implemented to use device and emulators in place of host runtimes. Tests which require ART are skipped (about 300 out of 2000). As for today, some smali tests fail (11) due to the lack of port of the dexmerger script, which prevents from generating the dex files the tests rely on. Bug: Change-Id: Ia558189605f677cd6ce7ab71c24155f4a7e15ea8
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.