Skip to content

Commit 3b0942e

Browse files
committed
Add debug output to extract
1 parent a1f609e commit 3b0942e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

android_build_files/extract_and_dex.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,11 @@ def defineExtractionTasks(String resourceName, String buildType) {
6161
String dex_path = "${sdk_dir}/build-tools/${buildToolsVersion}/d8"
6262
if (org.gradle.internal.os.OperatingSystem.current().isWindows()) {
6363
dex_path = "${dex_path}.bat"
64+
65+
commandLine "cmd", "/c", "echo", "${dex_path}",
66+
"$buildDir/classes.jar",
67+
"--output",
68+
"$dexedJar"
6469
}
6570

6671
commandLine "${dex_path}",

0 commit comments

Comments
 (0)