commit | af1c5e208527c5e1edc58c78eebcef328d5c90db | [log] [tgz] |
---|---|---|
author | Søren Gjesse <sgjesse@google.com> | Thu Jun 15 12:24:03 2017 +0200 |
committer | Søren Gjesse <sgjesse@google.com> | Thu Jun 15 12:24:03 2017 +0200 |
tree | ef6e6dc6bb561f4dcfd2b3f4eb31eb4996563676 | |
parent | 55c2607f0d0f294291d1c6b7dc5c4511ed550b0d [diff] |
Add option to run tests without assertions enabled This makes the tests run faster, and gives faster turnaround when testing issues not related to asserts in the code. R=ricow@google.com Change-Id: Ic91f7e5ff3b21469c6cfc3d8f6cd00de75f3042b
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.