Skip to content

Commit e861f2d

Browse files
committed
Install the new _math module overlay
1 parent 7f70a53 commit e861f2d

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

platforms/Windows/android_sdk/android_sdk.wxs

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@
9595
<Directory Id="Foundation.swiftmodule" Name="Foundation.swiftmodule" />
9696
<Directory Id="FoundationNetworking.swiftmodule" Name="FoundationNetworking.swiftmodule" />
9797
<Directory Id="FoundationXML.swiftmodule" Name="FoundationXML.swiftmodule" />
98+
<Directory Id="_math.swiftmodule" Name="_math.swiftmodule" />
9899
<Directory Id="Observation.swiftmodule" Name="Observation.swiftmodule" />
99100
<Directory Id="RegexBuilder.swiftmodule" Name="RegexBuilder.swiftmodule" />
100101
<Directory Id="Swift.swiftmodule" Name="Swift.swiftmodule" />
@@ -394,6 +395,21 @@
394395
</Component>
395396
</ComponentGroup>
396397

398+
<ComponentGroup Id="Math" Directory="_math.swiftmodule">
399+
<Component>
400+
<File Source="$(SDK_ROOT)\usr\lib\swift\android\_math.swiftmodule\$(ArchTriple).swiftdoc" />
401+
</Component>
402+
<Component>
403+
<File Source="$(SDK_ROOT)\usr\lib\swift\android\_math.swiftmodule\$(ArchTriple).swiftinterface" />
404+
</Component>
405+
<Component>
406+
<File Source="$(SDK_ROOT)\usr\lib\swift\android\_math.swiftmodule\$(ArchTriple).swiftmodule" />
407+
</Component>
408+
<Component Directory="AndroidSDK_usr_lib_swift_android_ARCH">
409+
<File Source="$(SDK_ROOT)\usr\lib\swift\android\libswift_math.so" />
410+
</Component>
411+
</ComponentGroup>
412+
397413
<ComponentGroup Id="Observation" Directory="Observation.swiftmodule">
398414
<Component>
399415
<File Name="$(ArchTriple).swiftdoc" Source="$(SDK_ROOT)\usr\lib\swift\android\Observation.swiftmodule\$(ArchTriple).swiftdoc" />
@@ -520,6 +536,7 @@
520536
<ComponentGroupRef Id="Foundation" />
521537
<ComponentGroupRef Id="FoundationXML" />
522538
<ComponentGroupRef Id="FoundationNetworking" />
539+
<ComponentGroupRef Id="Math" />
523540
<ComponentGroupRef Id="Observation" />
524541
<ComponentGroupRef Id="RegexBuilder" />
525542
<ComponentGroupRef Id="Swift" />

0 commit comments

Comments
 (0)