freakboy3742 · GitHub

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.

Linked PRs

Read the original on github.com ↗