File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -3207,6 +3207,10 @@ if (-not $SkipBuild) {
3207
3207
3208
3208
# Build platform: SDK, Redist and XCTest
3209
3209
Invoke-BuildStep Build-Runtime Windows $Arch
3210
+
3211
+ # FIXME(#79839)
3212
+ Get-ChildItem - Path " $ ( $Arch.SDKRoot ) \usr\lib\swift\android" - Filter " *.swiftinterface" - Recurse
3213
+
3210
3214
Invoke-BuildStep Build-Dispatch Windows $Arch
3211
3215
# FIXME(compnerd) ensure that the _build_ is the first arch and don't rebuild on each arch
3212
3216
Invoke-BuildStep Build-FoundationMacros - Build Windows $BuildArch
@@ -3232,6 +3236,10 @@ if (-not $SkipBuild) {
3232
3236
3233
3237
# Build platform: SDK, Redist and XCTest
3234
3238
Invoke-BuildStep Build-Runtime Android $Arch
3239
+
3240
+ # FIXME(#79839)
3241
+ Get-ChildItem - Path " $ ( $Arch.SDKRoot ) \usr\lib\swift\android" - Filter " *.swiftinterface" - Recurse
3242
+
3235
3243
Invoke-BuildStep Build-Dispatch Android $Arch
3236
3244
Invoke-BuildStep Build-Foundation Android $Arch
3237
3245
Invoke-BuildStep Build-Sanitizers Android $Arch
You can’t perform that action at this time.
0 commit comments