Skip to content

Commit 301bcc1

Browse files
committed
disable synchronization for armv7 android
1 parent e861f2d commit 301bcc1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

platforms/Windows/android_sdk/android_sdk.wxs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -470,6 +470,8 @@
470470
</Component>
471471
</ComponentGroup>
472472

473+
<!-- FIXME: re-enable once https://github.com/apple/swift/issues/74186 is fixed -->
474+
<?if $(ProductArchitecture) != "armv7"?>
473475
<ComponentGroup Id="Synchronization" Directory="Synchronization.swiftmodule">
474476
<Component>
475477
<File Source="$(SDK_ROOT)\usr\lib\swift\android\Synchronization.swiftmodule\$(ArchTriple).swiftdoc" />
@@ -484,6 +486,7 @@
484486
<File Source="$(SDK_ROOT)\usr\lib\swift\android\libswiftSynchronization.so" />
485487
</Component>
486488
</ComponentGroup>
489+
<?endif?>
487490

488491
<ComponentGroup Id="apinotes" Directory="AndroidSDK_usr_lib_swift_apinotes">
489492
<Component>
@@ -541,7 +544,10 @@
541544
<ComponentGroupRef Id="RegexBuilder" />
542545
<ComponentGroupRef Id="Swift" />
543546
<ComponentGroupRef Id="SwiftOnoneSupport" />
547+
<!-- FIXME: re-enable once https://github.com/apple/swift/issues/74186 is fixed -->
548+
<?if $(ProductArchitecture) != "armv7"?>
544549
<ComponentGroupRef Id="Synchronization" />
550+
<?endif?>
545551
<ComponentGroupRef Id="apinotes" />
546552
<ComponentGroupRef Id="libcxxshim" />
547553
<ComponentGroupRef Id="Registrar" />

0 commit comments

Comments
 (0)