Skip to content

Commit e1adc0d

Browse files
committed
WiX: package up Android auxiliary files
With the introduction of APINotes to workaround issues in the Bionic headers, we need to package up the additional content. Add the APINotes so that we can build swift-foundation.
1 parent 4137718 commit e1adc0d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

platforms/Windows/android_sdk/android_sdk.wxs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -509,6 +509,12 @@
509509
</Component>
510510
</ComponentGroup>
511511

512+
<ComponentGroup Id="AuxiliaryFiles" Directory="AndroidSDK_usr_share">
513+
<Component>
514+
<File Source="$(SDK_ROOT)\usr\share\posix_filesystem.apinotes" />
515+
</Component>
516+
</ComponentGroup>
517+
512518
<ComponentGroup Id="Configuration">
513519
<Component Directory="AndroidSDK">
514520
<File Source="$(SDK_ROOT)\SDKSettings.plist" />
@@ -545,6 +551,7 @@
545551
<ComponentGroupRef Id="apinotes" />
546552
<ComponentGroupRef Id="libcxxshim" />
547553
<ComponentGroupRef Id="Registrar" />
554+
<ComponentGroupRef Id="AuxiliaryFiles" />
548555
<ComponentGroupRef Id="Configuration" />
549556
<ComponentGroupRef Id="SwiftShims" />
550557

0 commit comments

Comments
 (0)