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
The Android build script has a couple of minor differences to the iOS and Emscripten build scripts that are relatively easy to accomodate:
The build target only allows you to to specify a host, not build or hosts or all
The clean target doesn't have allow you to specify a host at all, so you can't delete all host builds without also deleting the build python, or clean a single host (at least, not with the clean command)
The cache folder for downloads isn't configurable
The cross-build directory isn't configurable.
We should aim for feature parity and consistency of UI between these scripts, wherever possible.
The Android build script has a couple of minor differences to the iOS and Emscripten build scripts that are relatively easy to accomodate:
buildtarget only allows you to to specify a host, notbuildorhostsorallcleantarget doesn't have allow you to specify a host at all, so you can't delete all host builds without also deleting the build python, or clean a single host (at least, not with thecleancommand)cross-builddirectory isn't configurable.We should aim for feature parity and consistency of UI between these scripts, wherever possible.
Linked PRs