You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Added support for aab
* Move to build:gradle:3.5.4 (adds support for API 30), fix some tests
* Github actions test apps (apk + aab)
* Add missing bdistaab
* Fix automated tests
* ndk lib folder (or ndk platform) now is ABI specific
* Fixes dist lookup + some tests
* Added .aab and .apks to blacklist
* Interrupt build and alert the user if tried to build an aab in debug mode
* Updates troubleshooting instructions to reflect current structure.
* Exclude gdbserver and gdb.setup from release builds
* Add a paragraph in history + fixes --arch docs
* Fix versioning
* Minor fixes to docs
* Some code cleanup
* Removes unusued versioning logic in unpackPyBundle and add a FIXME
warning("ndk_platform is deprecated and should be avoided in new recipes")
68
+
ndk_platform=join(
69
+
self.ctx.ndk_dir,
70
+
'platforms',
71
+
'android-{}'.format(self.ctx.ndk_api),
72
+
self.platform_dir)
73
+
ifnotexists(ndk_platform):
74
+
BuildInterruptingException(
75
+
"The requested platform folder doesn't exist. If you're building on ndk >= r22, and seeing this error, one of the required recipe is using a removed feature."
0 commit comments