swiftlang / swift-installer-scripts

Apache License 2.0
67 stars 34 forks source link

Package and bundle Android SDKs into the windows toolchain installer #297

Closed hyp closed 2 months ago

hyp commented 2 months ago

This change packages the Android SDKs that can be built using build.ps1 on windows into MSIs, which are then added to the toolchain's installer.

At the moment it covers aarch64 only, I'm adding and testing other arches and will update the PR with them as well.

For future follow-up:

hyp commented 2 months ago

tested in https://github.com/apple/swift/pull/74220

hyp commented 2 months ago

@compnerd could you take another look?