I'm wondering how can I get android ndk version. I've installed ndk on my mac here: ~/Library/Android/sdk/ndk-bundle but it seems there is nothing capable to inform me about the version of this bundle.
By analyzing this script https://gist.github.com/jorgenpt/1961404 I've came to conclusion that there should be RELEASE.TXT file (since r5), however it doesn't exist...
source.properties seems to contain some useful info (like this: Pkg.Revision = 21.0.6113669 ), but how can I convert it to readable and meaningful values (r19c or r20b, for example)?