axodotdev / axodotdev/cargo-dist

Android support by default

Open
#2,436 2 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.