vlang / vab

V Android Bootstrapper
MIT License
319 stars 29 forks source link

ndk: improve version detection and usage #217

Closed larpon closed 2 years ago

larpon commented 2 years ago

This PR adds support for detecting a version number on NDK directories that are not installed "side-by-side". This improves the general work with ndk_version and makes NDK version handling more explicit - in some cases ndk-bundle (or a custom name) can still be returned as a version number - but this PR minimizes the chance greatly.