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.
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 casesndk-bundle
(or a custom name) can still be returned as a version number - but this PR minimizes the chance greatly.