Skip to content

Commit

Permalink
Add docker generate builds wasm & android native (#17)
Browse files Browse the repository at this point in the history
* Generate Builds

* Generate Android builds

* Last commit
  • Loading branch information
KoalaSat authored Apr 29, 2024
1 parent 40982cb commit 424a297
Show file tree
Hide file tree
Showing 12 changed files with 1,810 additions and 6 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[target.aarch64-linux-android]
linker = "/opt/android-sdk/ndk/25.1.8937393/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android30-clang"

[target.armv7-linux-androideabi]
linker = "/opt/android-sdk/ndk/25.1.8937393/toolchains/llvm/prebuilt/linux-x86_64/bin/armv7a-linux-androideabi30-clang"
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/target
/Cargo.lock
/builds
/target
Loading

0 comments on commit 424a297

Please sign in to comment.