commit | 3a5aed9fe92a061b3d870ac60e580d00078f0361 | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Wed Jun 14 15:36:02 2017 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Wed Jun 14 15:36:02 2017 +0200 |
tree | f518505bf6546090a814e8be9c803acf20be64d8 | |
parent | e636b1dbcfef8b152a1a7dcbfe4e420fcc685b0b [diff] |
Make the run_on_app.py script dertimine additional output files The output path of the Proguard map and Proguard seeds flies are specified in the proguard configuration file. Change the script tools/run_on_app.py to generate a temporary Proguard configuration to direct the these two files to the same output location as the dex files no matter what is in the input Proguard configuration. R=ager@google.com, ricow@google.com Change-Id: I27f27842e9a3a370dcb1f4deff91154b8d044e07
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.