commit | 507481b03aa59bdbac9f82735dd46ed5888f87ea | [log] [tgz] |
---|---|---|
author | Tamas Kenez <tamaskenez@google.com> | Tue Jun 06 15:01:33 2017 +0200 |
committer | Tamas Kenez <tamaskenez@google.com> | Tue Jun 06 15:01:33 2017 +0200 |
tree | 4cbc75c0fff154a84f2888925161f33a6364a667 | |
parent | 822d1723d1fd9bb3a84c47926e574168f91ef999 [diff] |
Android CTS-related helper script improvements: - add new options to 'test_android_cts': + --save-result saves the test_result.xml to specified file + --no-baseline skips baseline operations (and nonzero return on diff) + --clean-dex always removes all dex files before build - add new script 'compare_cts_results' to compare multiple test_result.xml's Bug: Change-Id: I7ab98f7f24debde19bef661f5a8d76a2b6526c78
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.