blob: 7d21e6b28bae82137cd50ab616793b0d2e315f69 [file] [log] [blame]
Name: R8
URL: https://r8.googlesource.com/r8
Revision: 3f76a8b25588c00095f8285e8f264d7dd0cab527
Version: 1.6.1-dev
License: BSD 3-Clause
License File: NOT_SHIPPED
Security Critical: no
Description:
D8 is a dexer that converts java byte code to dex code. R8 is a proguard-like
optimizer that also has the ability to dex. D8 is found within R8's repo.
Local Modifications:
Turning off vertical and horizontal class merging, as described in
https://issuetracker.google.com/122902374#comment11. We should no longer make
this modification once the linked bug is fixed.