Update compress signature to use same heuristic than Dx

This saves about 739ko when compiling GMSCore v9 deploy jar with D8.

Change-Id: I92fd92ead4da6eb054bdab939f5e7689e720599d
1 file changed
tree: ba29d70d042524bd4dfb92ea29d9136d070619b1
  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.