0 comments (0 comments)1 reaction (1 reaction)0 assignees (0 assignees)C27,100 stars (27,100 stars)2,481 forks (2,481 forks)batch import
buildhelp wanted
Description
I hope to provide a cross compiled script for Android
Contributor guide
- Tech stack
- cshell
- Domain
- build systemcli
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- clear
- Prerequisites
- Basic knowledge of Android NDKFamiliarity with cross compilation
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 60
- Research direction
- The issue requests a cross compilation script for Android. Examine the repository's existing build scripts (e.g., in the build/ directory or Makefile) to understand the current build process. Research how to set up cross compilation for zstd using Android NDK and CMake. The script should compile zstd as a shared library and executable for Android ARM64. Provide a shell script with environment variables for NDK path and target architecture. Test with a simple validation step.