|
1293 | 1293 | <!-- _FoundationCollections --> |
1294 | 1294 | <?if $(IncludeARM64) = True?> |
1295 | 1295 | <ComponentGroup Id="_FoundationCollections.arm64" Directory="_FoundationCollections.swiftmodule"> |
1296 | | - <!-- FIXME(swiftlang/swift-foundation#1230) |
1297 | 1296 | <Component DiskId="2"> |
1298 | 1297 | <File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\aarch64-unknown-linux-android.swiftdoc" /> |
1299 | 1298 | </Component> |
1300 | 1299 | <Component DiskId="2"> |
1301 | 1300 | <File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\aarch64-unknown-linux-android.swiftmodule" /> |
1302 | 1301 | </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> |
1310 | 1302 | </ComponentGroup> |
1311 | 1303 | <?endif?> |
1312 | 1304 | <?if $(IncludeARM) = True?> |
1313 | 1305 | <ComponentGroup Id="_FoundationCollections.arm" Directory="_FoundationCollections.swiftmodule"> |
1314 | | - <!-- FIXME(swiftlang/swift-foundation#1230) |
1315 | 1306 | <Component DiskId="3"> |
1316 | 1307 | <File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\armv7-unknown-linux-android.swiftdoc" /> |
1317 | 1308 | </Component> |
1318 | 1309 | <Component DiskId="3"> |
1319 | 1310 | <File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\armv7-unknown-linux-android.swiftmodule" /> |
1320 | 1311 | </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> |
1328 | 1312 | </ComponentGroup> |
1329 | 1313 | <?endif?> |
1330 | 1314 | <?if $(IncludeX64) = True?> |
1331 | 1315 | <ComponentGroup Id="_FoundationCollections.x64" Directory="_FoundationCollections.swiftmodule"> |
1332 | | - <!-- FIXME(swiftlang/swift-foundation#1230) |
1333 | 1316 | <Component DiskId="4"> |
1334 | 1317 | <File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\x86_64-unknown-linux-android.swiftdoc" /> |
1335 | 1318 | </Component> |
1336 | 1319 | <Component DiskId="4"> |
1337 | 1320 | <File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\x86_64-unknown-linux-android.swiftmodule" /> |
1338 | 1321 | </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> |
1346 | 1322 | </ComponentGroup> |
1347 | 1323 | <?endif?> |
1348 | 1324 | <?if $(IncludeX86) = True?> |
1349 | 1325 | <ComponentGroup Id="_FoundationCollections.x86" Directory="_FoundationCollections.swiftmodule"> |
1350 | | - <!-- FIXME(swiftlang/swift-foundation#1230) |
1351 | 1326 | <Component DiskId="5"> |
1352 | 1327 | <File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\i686-unknown-linux-android.swiftdoc" /> |
1353 | 1328 | </Component> |
1354 | 1329 | <Component DiskId="5"> |
1355 | 1330 | <File Source="$(SDKRoot)\usr\lib\swift\android\_FoundationCollections.swiftmodule\i686-unknown-linux-android.swiftmodule" /> |
1356 | 1331 | </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> |
1364 | 1332 | </ComponentGroup> |
1365 | 1333 | <?endif?> |
1366 | 1334 |
|
|
0 commit comments