More basic Android stuff (#910)

* enable tokio

* data dirs

* jni pointer

* more

* more

* more

* more

* more

* more

* more

* more
This commit is contained in:
Logan McNaughton
2026-05-18 17:08:01 +02:00
committed by GitHub
parent 8dde32cb21
commit a78393ca91
6 changed files with 50 additions and 5 deletions
+2 -2
View File
@@ -267,9 +267,9 @@ jobs:
cache: ${{ github.ref_type != 'tag' }}
- name: Build
run: |
cargo install cargo-apk cargo-ndk
cargo install cargo-apk2 cargo-ndk
source <(cargo ndk-env --target ${{ matrix.target }})
cargo apk build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }} --lib
cargo apk2 build --profile ${{ env.BUILD_PROFILE }} --target ${{ matrix.target }} --lib
collect-artifacts:
name: Collect release artifacts