Skip to content

Commit

Permalink
a little research
Browse files Browse the repository at this point in the history
  • Loading branch information
xzxADIxzx committed Feb 4, 2025
1 parent bf15d20 commit 752059d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ task jarAndroid {
"d8 $dependencies --min-api 14 --output ${project.archivesBaseName}Android.jar ${project.archivesBaseName}Desktop.jar"
.execute(null, new File("$buildDir/libs")).waitForProcessOutput(System.out, System.err)

"echo 'd8 $dependencies --min-api 14 --output ${project.archivesBaseName}Android.jar ${project.archivesBaseName}Desktop.jar'"
.execute(null, new File("$buildDir/libs")).waitForProcessOutput(System.out, System.err)
"echo $ANDROID_HOME".execute(null, new File("$buildDir/libs")).waitForProcessOutput(System.out, System.err)
"echo $(ls $ANDROID_HOME/platforms)".execute(null, new File("$buildDir/libs")).waitForProcessOutput(System.out, System.err)
"echo $(find $ANDROID_HOME/platforms -type f -name android.jar)".execute(null, new File("$buildDir/libs")).waitForProcessOutput(System.out, System.err)
}
}

Expand Down

0 comments on commit 752059d

Please sign in to comment.