Basic knowledge of Android NDKFamiliarity with cross compilation
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
60
調査方針
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.
I hope to provide a cross compiled script for Android · facebook/zstd#3734 | Good First Issue