commit | 070843c96b9e96bec61c9f8aec7c6b09cda163e2 | [log] [tgz] |
---|---|---|
author | Tamas Kenez <tamaskenez@google.com> | Fri Jun 02 11:52:59 2017 +0200 |
committer | Tamas Kenez <tamaskenez@google.com> | Fri Jun 02 11:52:59 2017 +0200 |
tree | 3bf980a48e2513373c1e4cdc4ae0543d098e0741 | |
parent | c41d304b166cc829dab0a9394b2b45aaa6fdc84e [diff] |
Fix none.d8.Art370_dex_v37Test test specification: - it does not fail on the subsequent R8 step on older VMs - Distinguish between test specifications R8, R8_AFTER_D8 and R8_NOT_AFTER_D8 Bug: Change-Id: I1c8b929c7b19ae78b8c0345c0167aa031525c17b
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.