commit | 6e56fadafc8e4d25d135d6f8171c3aca6c0c25f2 | [log] [tgz] |
---|---|---|
author | Mikaël Peltier <mikaelpeltier@google.com> | Tue May 23 13:36:49 2017 +0200 |
committer | Mikaël Peltier <mikaelpeltier@google.com> | Tue May 23 13:36:49 2017 +0200 |
tree | f56b7776975b2c35f710263d0c301885c8c2ba3b | |
parent | 10d7296ddb1cc8414b96c885adeec541fe2d8d0d [diff] |
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.