Skip to content

Commit 7f70a53

Browse files
committed
Install CxxStdlib for android SDK
1 parent d76bdea commit 7f70a53

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

platforms/Windows/android_sdk/android_sdk.wxs

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<Directory Id="_Volatile.swiftmodule" Name="_Volatile.swiftmodule" />
9090
<Directory Id="Android.swiftmodule" Name="Android.swiftmodule" />
9191
<Directory Id="Cxx.swiftmodule" Name="Cxx.swiftmodule" />
92-
<!-- FIXME: to add: <Directory Id="CxxStdlib.swiftmodule" Name="CxxStdlib.swiftmodule" /> -->
92+
<Directory Id="CxxStdlib.swiftmodule" Name="CxxStdlib.swiftmodule" />
9393
<Directory Id="Distributed.swiftmodule" Name="Distributed.swiftmodule" />
9494
<Directory Id="Dispatch.swiftmodule" Name="Dispatch.swiftmodule" />
9595
<Directory Id="Foundation.swiftmodule" Name="Foundation.swiftmodule" />
@@ -331,6 +331,18 @@
331331
</Component>
332332
</ComponentGroup>
333333

334+
<ComponentGroup Id="CxxStdlib" Directory="CxxStdlib.swiftmodule">
335+
<Component>
336+
<File Source="$(SDK_ROOT)\usr\lib\swift\android\CxxStdlib.swiftmodule\$(ArchTriple).swiftdoc" />
337+
</Component>
338+
<Component>
339+
<File Source="$(SDK_ROOT)\usr\lib\swift\android\CxxStdlib.swiftmodule\$(ArchTriple).swiftmodule" />
340+
</Component>
341+
<Component Directory="AndroidSDK_usr_lib_swift_android_ARCH">
342+
<File Source="$(SDK_ROOT)\usr\lib\swift\android\libswiftCxxStdlib.a" />
343+
</Component>
344+
</ComponentGroup>
345+
334346
<ComponentGroup Id="Distributed" Directory="Distributed.swiftmodule">
335347
<Component>
336348
<File Source="$(SDK_ROOT)\usr\lib\swift\android\Distributed.swiftmodule\$(ArchTriple).swiftdoc" />
@@ -503,7 +515,7 @@
503515
<ComponentGroupRef Id="_Volatile" />
504516
<ComponentGroupRef Id="Android" />
505517
<ComponentGroupRef Id="Cxx" />
506-
<!-- FIXME: <ComponentGroupRef Id="CxxStdlib" /> -->
518+
<ComponentGroupRef Id="CxxStdlib" />
507519
<ComponentGroupRef Id="Distributed" />
508520
<ComponentGroupRef Id="Foundation" />
509521
<ComponentGroupRef Id="FoundationXML" />

0 commit comments

Comments
 (0)