axodotdev / axodotdev/cargo-dist
Android support by default
Open
- Dominant language
- Rust
- Stars
- 2.1k
- Forks
- 149
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 32
Description
I want this targets, but NDK is not installed on CI
```toml
# Target platforms to build apps for (Rust target-triple syntax)
targets = [
"aarch64-linux-android",
"x86_64-linux-android",
]
```
Contributor guide
Research direction
Start by tracing the repository's CI and target-toolchain setup to find where Android targets are configured and where the NDK requirement is handled. Check how the listed Rust targets are built in CI, then define completion as those targets building successfully by default without the current missing-NDK failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, rust
- Domain
- build-system, ci-cd, mobile
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100