mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix android build
This commit is contained in:
parent
3379ce4f24
commit
729287cf07
4
justfile
4
justfile
@ -65,10 +65,10 @@ install-cargo-apk:
|
||||
cargo install cargo-apk
|
||||
|
||||
run-apk: nightly-toolchain install-cargo-apk
|
||||
cargo apk run -p android --lib -Zbuild-std
|
||||
cargo apk run -p maplibre-android --lib -Zbuild-std
|
||||
|
||||
build-apk: nightly-toolchain install-cargo-apk
|
||||
cargo apk build -p android --lib -Zbuild-std
|
||||
cargo apk build -p maplibre-android --lib -Zbuild-std
|
||||
|
||||
# language=bash
|
||||
print-android-env:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user