commit | 52c0414fff5db9769a60a3e2880acd8781a88ab1 | [log] [tgz] |
---|---|---|
author | Denis Vnukov <vnukov@google.com> | Thu Jun 08 08:43:47 2017 -0700 |
committer | Denis Vnukov <vnukov@google.com> | Thu Jun 08 08:43:47 2017 -0700 |
tree | fa0414a45f13b157f4bfcbd57adb02939c166ea1 | |
parent | a60f2aa119b2ac6d5128683e6a98fd53334327f6 [diff] |
Removed DexClassPromise and LazyClassFileLoader. Simplified lazy loading machinery to use resource providers as the only lazy loading mechanism. No more promises. BUG= Change-Id: I7b31bfc460c7f40c195d59a2bbc58667185dcb46
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.