Skip to content

Commit

Permalink
Test temporary workaround: drop all *.swiftinterface files from Andro…
Browse files Browse the repository at this point in the history
…id SDK
  • Loading branch information
weliveindetail committed Mar 7, 2025
1 parent f22ef27 commit 6935260
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions utils/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3233,6 +3233,10 @@ if (-not $SkipBuild) {
# Build platform: SDK, Redist and XCTest
Invoke-BuildStep Build-Runtime Android $Arch
Invoke-BuildStep Build-Dispatch Android $Arch

# FIXME
Get-ChildItem -Path $AndroidX64.SDKInstallRoot -Filter "*.swiftinterface" -Recurse | Remove-Item -Force

Invoke-BuildStep Build-Foundation Android $Arch
Invoke-BuildStep Build-Sanitizers Android $Arch
Invoke-BuildStep Build-XCTest Android $Arch
Expand Down

0 comments on commit 6935260

Please sign in to comment.