Fix none.d8.Art370_dex_v37Test test specification: - it does not fail on the subsequent R8 step on older VMs - Distinguish between test specifications R8, R8_AFTER_D8 and R8_NOT_AFTER_D8 Bug: Change-Id: I1c8b929c7b19ae78b8c0345c0167aa031525c17b
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.