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
2 files changed
tree: 4cbc75c0fff154a84f2888925161f33a6364a667
  1. buildSrc/
  2. scripts/
  3. src/
  4. tests/
  5. third_party/
  6. tools/
  7. .gitignore
  8. AUTHORS
  9. build.gradle
  10. codereview.settings
  11. CONTRIBUTING.md
  12. copyAdditionalJctfCommonFiles.gradle
  13. LICENSE
  14. README.md
README.md

The R8 repo contains two tools.

  1. D8 is a dexer that converts java byte code to dex code.

  2. R8 is a java program shrinking and minification tool.