We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22ef27 commit 6935260Copy full SHA for 6935260
utils/build.ps1
@@ -3233,6 +3233,10 @@ if (-not $SkipBuild) {
3233
# Build platform: SDK, Redist and XCTest
3234
Invoke-BuildStep Build-Runtime Android $Arch
3235
Invoke-BuildStep Build-Dispatch Android $Arch
3236
+
3237
+ # FIXME
3238
+ Get-ChildItem -Path $AndroidX64.SDKInstallRoot -Filter "*.swiftinterface" -Recurse | Remove-Item -Force
3239
3240
Invoke-BuildStep Build-Foundation Android $Arch
3241
Invoke-BuildStep Build-Sanitizers Android $Arch
3242
Invoke-BuildStep Build-XCTest Android $Arch
0 commit comments