commit | 82da4701604b6cd9bb46529bc685904d712206fa | [log] [tgz] |
---|---|---|
author | Yohann Roussel <yroussel@google.com> | Wed May 31 15:39:50 2017 +0200 |
committer | Yohann Roussel <yroussel@google.com> | Wed May 31 15:39:50 2017 +0200 |
tree | 50189506f7d88c1d10d51021d64c197e7143d97e | |
parent | 8d2de5e518e19ca28b2a2f102f52f6442e851f4e [diff] |
Ignore -dontskipnonpubliclibraryclassmembers This Proguard option is already the default R8 behavior and it seems very dangerous to change that just for a processing speed up. Change-Id: If853f3d0d074683aaada4b1d6131ab6be614a232
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.