[android] fix android-ndk version

This commit is contained in:
2019-08-23 00:03:45 +03:00
parent e904b46f4a
commit 8205a4cb0c
5 changed files with 22 additions and 6 deletions

View File

@@ -2,6 +2,7 @@ module.exports = {
Sdk: require('./haxetool/sdk'),
Haxe: require('./haxetool/haxe'),
FlashPlayer: require('./haxetool/flashplayer'),
Android: require('./haxetool/android'),
AdobeAir: require('./haxetool/adobe_air'),
Project: require('./haxetool/project'),
};
};