commit | 897bb7199a6625c903a470375bd82fbdd9f7e946 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Tue May 23 10:44:29 2017 +0200 |
committer | Rico Wind <ricow@google.com> | Tue May 23 10:44:29 2017 +0200 |
tree | b8546f9eb98428fe2dda4939806429bf9404ecb8 | |
parent | b462c6ed314fbf3f80e6c63b1d8853365033563a [diff] |
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
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.