NDK installation improvements:
- (#79) Fix NDK revision 22 install failure (
could not find platforms dir) - (#80) Change NDK install location to
$sdk/ndk-bundle. Newer Android Gradle Plugin versions look for this folder instead of using$ANDROID_NDK_HOME(this env var is still set by the step though)