nttld / setup-ndk

Setup your GitHub Actions workflow with a specific version of the Android NDK
MIT License
62 stars 24 forks source link

Add option to symlink to Android SDK #497

Closed raftario closed 1 year ago

raftario commented 1 year ago

Adds a new link-to-sdk option which symlinks the installation directory to a new entry in the Android SDK ndk directory. Also adds a new ndk-full-version output read from source.properties.

Closes #432