blob: a02c4920757b7d132a941bfcf9e1aab43eff2742 [file] [log] [blame]
Yohann Roussel4055b812017-10-23 11:46:43 +02001- D8 is a dexer that converts java byte code to dex code.
2- R8 is a java program shrinking and minification tool that converts java byte
3 code to optimized dex code.
4
5Sources available from:
6 git clone https://r8.googlesource.com/r8
7