Fix D8IREAOT.dexPerClassFileNoDesugaring() on Windows

D8IncrementalRunExamplesAndroidOTest.dexPerClassFileNoDesugaring()
was converting type descriptors String to class file path
without converting the file separator, which lead to
the type being in the table to be not found when a correct
path was passed as a key for look up.

Bug:

Change-Id: I1ffc515372550cce81c228e6651f5c3fd521bdce
1 file changed
tree: 5b58834319383f2926eb194659b34a8662b5b403
  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.