/ndk-pkg-package-manually-build

manually build ndk-pkg packages via GitHub Actions.

Apache License 2.0Apache-2.0

ndk-pkg-package-manually-build

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?

how to use this project

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