Skip to content

Commit

Permalink
Mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
giarc3 committed Oct 26, 2023
1 parent 9a0c37a commit 8c368f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rm -rf ironoxide-android/src/main/jniLibs/x86_64
cd ../

cargo clean
cross build -p ironoxide-android --target aarch64-linux-android
cross build -p ironoxide-android --target x86_64-linux-android

cp -r target/x86_64-linux-android/debug/build/ironoxide-android*/out/java android/ironoxide-android/src/main/
mkdir -p android/ironoxide-android/src/main/jniLibs/x86_64/
Expand Down

0 comments on commit 8c368f2

Please sign in to comment.