Skip to content

Commit a58b372

Browse files
committed
WiX: update android packaging for changes to the SDK build
We now properly generate the swiftmodules for FoundationCollections. Update the packaging manifest to account for that. This was fixed on Windows but not Android.
1 parent 323ec6d commit a58b372

File tree

1 file changed

+0
-32
lines changed

1 file changed

+0
-32
lines changed

platforms/Windows/platforms/android/android.wxs

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1293,74 +1293,42 @@
12931293
<!-- _FoundationCollections -->
12941294
<?if $(IncludeARM64) = True?>
12951295
<ComponentGroup Id="_FoundationCollections.arm64" Directory="_FoundationCollections.swiftmodule">
1296-
<!-- FIXME(swiftlang/swift-foundation#1230)
12971296
<Component DiskId="2">
12981297
<File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\aarch64-unknown-linux-android.swiftdoc" />
12991298
</Component>
13001299
<Component DiskId="2">
13011300
<File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\aarch64-unknown-linux-android.swiftmodule" />
13021301
</Component>
1303-
-->
1304-
<Component DiskId="2">
1305-
<File Name="aarch64-unknown-linux-android.swiftdoc" Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\aarch64.swiftdoc" />
1306-
</Component>
1307-
<Component DiskId="2">
1308-
<File Name="aarch64-unknown-linux-android.swiftmodule" Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\aarch64.swiftmodule" />
1309-
</Component>
13101302
</ComponentGroup>
13111303
<?endif?>
13121304
<?if $(IncludeARM) = True?>
13131305
<ComponentGroup Id="_FoundationCollections.arm" Directory="_FoundationCollections.swiftmodule">
1314-
<!-- FIXME(swiftlang/swift-foundation#1230)
13151306
<Component DiskId="3">
13161307
<File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\armv7-unknown-linux-android.swiftdoc" />
13171308
</Component>
13181309
<Component DiskId="3">
13191310
<File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\armv7-unknown-linux-android.swiftmodule" />
13201311
</Component>
1321-
-->
1322-
<Component DiskId="3">
1323-
<File Name="armv7-unknown-linux-android.swiftdoc" Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\armv7.swiftdoc" />
1324-
</Component>
1325-
<Component DiskId="3">
1326-
<File Name="armv7-unknown-linux-android.swiftmodule" Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\armv7.swiftmodule" />
1327-
</Component>
13281312
</ComponentGroup>
13291313
<?endif?>
13301314
<?if $(IncludeX64) = True?>
13311315
<ComponentGroup Id="_FoundationCollections.x64" Directory="_FoundationCollections.swiftmodule">
1332-
<!-- FIXME(swiftlang/swift-foundation#1230)
13331316
<Component DiskId="4">
13341317
<File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\x86_64-unknown-linux-android.swiftdoc" />
13351318
</Component>
13361319
<Component DiskId="4">
13371320
<File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\x86_64-unknown-linux-android.swiftmodule" />
13381321
</Component>
1339-
-->
1340-
<Component DiskId="4">
1341-
<File Name="x86_64-unknown-linux-android.swiftdoc" Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\x86_64.swiftdoc" />
1342-
</Component>
1343-
<Component DiskId="4">
1344-
<File Name="x86_64-unknown-linux-android.swiftmodule" Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\x86_64.swiftmodule" />
1345-
</Component>
13461322
</ComponentGroup>
13471323
<?endif?>
13481324
<?if $(IncludeX86) = True?>
13491325
<ComponentGroup Id="_FoundationCollections.x86" Directory="_FoundationCollections.swiftmodule">
1350-
<!-- FIXME(swiftlang/swift-foundation#1230)
13511326
<Component DiskId="5">
13521327
<File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\i686-unknown-linux-android.swiftdoc" />
13531328
</Component>
13541329
<Component DiskId="5">
13551330
<File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\i686-unknown-linux-android.swiftmodule" />
13561331
</Component>
1357-
-->
1358-
<Component DiskId="5">
1359-
<File Name="i686-unknown-linux-android.swiftdoc" Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\i686.swiftdoc" />
1360-
</Component>
1361-
<Component DiskId="5">
1362-
<File Name="i686-unknown-linux-android.swiftmodule" Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\i686.swiftmodule" />
1363-
</Component>
13641332
</ComponentGroup>
13651333
<?endif?>
13661334

0 commit comments

Comments
 (0)