Skip to content

Normalise feature set of Android build script with other platform builders #146450

@freakboy3742

Description

@freakboy3742

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

Metadata

Metadata

Assignees

Labels

OS-androidbuildThe build process and cross-buildtype-featureA feature request or enhancement

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions