manually build Android NDK packages using ndk-pkg via GitHub Actions.
This is the recommended way of using ndk-pkg.
In this way, you don't need to care about other things than:
- what package would you like to build? lookup package names
- which minimum Android SDK API level would you like to support?
- which Android ABI would you like to build for?
- which build profile would you like to use?
step1: fork this repository into your own github account
step2: manually run the GitHub Actions workflow to build a package
Reference: https://docs.github.com/en/actions/using-workflows/manually-running-a-workflow
step3: download the artifact
Reference: https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts