commit | 7deaeba48f036e6ff26e768581f1e38159b68433 | [log] [tgz] |
---|---|---|
author | Rico Wind <ricow@google.com> | Wed Sep 27 06:35:38 2023 +0200 |
committer | Rico Wind <ricow@google.com> | Wed Sep 27 06:13:57 2023 +0000 |
tree | 1f9facd3f636024692728ea290dba92c11a7e955 | |
parent | 2aae21a19f353b3480aef282164c564d50493328 [diff] |
Use correct classpath format on windows Bug: b/302213336 Change-Id: I52eb610f39020778b3af11c330ffd899eb0803ea
diff --git a/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt b/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt index 2b49397..9d58946 100644 --- a/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt +++ b/d8_r8/commonBuildSrc/src/main/kotlin/DependenciesPlugin.kt
@@ -248,7 +248,7 @@ "-Xmx8g", "-ea", "-cp", - "$jar:$deps", + getClasspath(jar, deps), "com.android.tools.r8.SwissArmyKnife", compiler) + args }