commit | 932881f44a2f792ec59532ac99922ebaa0da806f | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Tue Jun 13 10:43:36 2017 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Tue Jun 13 10:43:36 2017 +0200 |
tree | c2569ebecddef4116457bed0187e5836486f05e9 | |
parent | 4519218888d394783942de3787740878de1a665e [diff] |
Update script to run R8/D8 on prebuild applications Rename tools/run_r8_on_app.py to tools/run_on_app.py and add the --compiler option to support both R8 and D8. Cleanup of tools/gmail_data.py. Change-Id: Ic258f563c228bdae717cd4213678f2dbf13b8c13
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.