Skip to content

Commit

Permalink
Add --all attribute when building for android
Browse files Browse the repository at this point in the history
  • Loading branch information
micbakos-rdx committed Jan 7, 2025
1 parent 0981fe9 commit bd2cc90
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jvm/sargon-android/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ cargoNdk {
targets = arrayListOf("arm64", "arm")
module = "../"
librariesNames = arrayListOf("libsargon_uniffi.so")
extraCargoBuildArguments = arrayListOf("--all")
}

tasks.withType<Test> {
Expand Down

0 comments on commit bd2cc90

Please sign in to comment.