Only rely on downloading proguard for building our examples

For our continious performance tracking I don't want us to pull down everything on every build (we do clean builds)

R=ager@google.com, zerny@google.com

Bug:
Change-Id: I29e9380979918799708a14ebdd41d08cce61d860
1 file changed
tree: b8546f9eb98428fe2dda4939806429bf9404ecb8
  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.