commit | b4e5558add168625e7b1635a0a2440e7f4da7639 | [log] [tgz] |
---|---|---|
author | Denis Vnukov <vnukov@google.com> | Wed May 31 08:54:29 2017 -0700 |
committer | Denis Vnukov <vnukov@google.com> | Wed May 31 08:54:29 2017 -0700 |
tree | 8c54c4447badbfe188e13cb042587b00d793c887 | |
parent | f9e4b57d2bdff0604dc6974a8779ecb406d1aa35 [diff] |
Removing lambda deserialization methods in desugaring. Lambda deserialization methods generated by RI compiler are not used in desugared code. Removing them. Bug:62168701 BUG= Change-Id: I8056cbc4e5b0f761dfa3fa0db3e93629046c6b22
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.