Desugaring of try-with-resources. Adds desugaring of try-with-resources for pre-19 min-sdk version, it essentially boils down to removing all calls to Throwable::addSuppressed(...) and replacing all calls to Throwable::getSuppressed() with empty array of Throwable. The desugaring requires library and class path since it needs to inspect/check exception class hierarchy. Disabling it by default until we measure performance impact. Bug:37744723 BUG= Change-Id: If2781ec68cab3a2b38127ee20fffb94ceac3157a
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.