Run Android N tests with D8 and R8 - Update how Android N tests are run to follow the same archicture than Android 0 tests and be able to run them with D8 and R8. Change-Id: Ibb64715dfb2626cd70b297f3d0211b65d7fe4ddb
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.