Skip to content

Commit

Permalink
Update build.gradle.kts
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Moussa <[email protected]>
  • Loading branch information
hamada147 authored Dec 14, 2023
1 parent 8017d21 commit ca1271b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions anoncred-kmm/anoncred-wrapper-rust/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,6 @@ val buildAnonCredWrapperForAndroidArch64 by tasks.register<Exec>("buildAnonCredW
"STRIP" to STRIP
)
this.environment = localEnv
println("Show all environment variables")
for (entry in this.environment.entries) {
println("${entry.key} : ${entry.value}")
}
inputs.files(fileTree(projectDir.resolve("src")))
outputs.files(fileTree(projectDir.resolve("target").resolve("aarch64-linux-android")))
commandLine("cargo", "ndk", "build", "--release", "--target", "aarch64-linux-android", "--target-dir", "${projectDir.resolve("target")}")
Expand Down

0 comments on commit ca1271b

Please sign in to comment.