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
1 file changed
tree: f518505bf6546090a814e8be9c803acf20be64d8
  1. buildSrc/
  2. scripts/
  3. src/
  4. tests/
  5. third_party/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. build.gradle
  10. codereview.settings
  11. CONTRIBUTING.md
  12. copyAdditionalJctfCommonFiles.gradle
  13. LICENSE
  14. README.md
README.md

The R8 repo contains two tools.

  1. D8 is a dexer that converts java byte code to dex code.

  2. R8 is a java program shrinking and minification tool.