Skip to content

Commit

Permalink
Add debug output to extract
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsimantov committed Sep 24, 2024
1 parent a1f609e commit 3b0942e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions android_build_files/extract_and_dex.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,11 @@ def defineExtractionTasks(String resourceName, String buildType) {
String dex_path = "${sdk_dir}/build-tools/${buildToolsVersion}/d8"
if (org.gradle.internal.os.OperatingSystem.current().isWindows()) {
dex_path = "${dex_path}.bat"

commandLine "cmd", "/c", "echo", "${dex_path}",
"$buildDir/classes.jar",
"--output",
"$dexedJar"
}

commandLine "${dex_path}",
Expand Down

0 comments on commit 3b0942e

Please sign in to comment.