Skip to content

ravinderjangra/android-ndk-toolchain-setup

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Setup Android NDK Toolchain GitHub Action

Note: under development

Usage:

      - shell: bash
        run: mkdir toolchains
      - name: specify NDK
        uses: ravinderjangra/android-ndk-toolchain-setup@0.2
        with:
          api: '21'
          arch: 'x86'
          install-location: 'toolchains'
          force: true

About

GitHub action to setup Android NDK toolchain to native builds.

Resources

License

Stars

Watchers

Forks

Packages

No packages published