Skip to content

Commit 358a31e

Browse files
committed
Drop _Volatile from swift 6 installer branch
1 parent 4bc82a6 commit 358a31e

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

platforms/Windows/android_sdk/android_sdk.wxs

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
<Directory Id="_Differentiation.swiftmodule" Name="_Differentiation.swiftmodule" />
8989
<Directory Id="_RegexParser.swiftmodule" Name="_RegexParser.swiftmodule" />
9090
<Directory Id="_StringProcessing.swiftmodule" Name="_StringProcessing.swiftmodule" />
91-
<Directory Id="_Volatile.swiftmodule" Name="_Volatile.swiftmodule" />
9291
<Directory Id="Android.swiftmodule" Name="Android.swiftmodule" />
9392
<Directory Id="Cxx.swiftmodule" Name="Cxx.swiftmodule" />
9493
<Directory Id="CxxStdlib.swiftmodule" Name="CxxStdlib.swiftmodule" />
@@ -927,21 +926,6 @@
927926
</Component>
928927
</ComponentGroup>
929928

930-
<ComponentGroup Id="_Volatile" Directory="_Volatile.swiftmodule">
931-
<Component>
932-
<File Source="$(SDK_ROOT)\usr\lib\swift\android\_Volatile.swiftmodule\$(ArchTriple).swiftdoc" />
933-
</Component>
934-
<Component>
935-
<File Source="$(SDK_ROOT)\usr\lib\swift\android\_Volatile.swiftmodule\$(ArchTriple).swiftinterface" />
936-
</Component>
937-
<Component>
938-
<File Source="$(SDK_ROOT)\usr\lib\swift\android\_Volatile.swiftmodule\$(ArchTriple).swiftmodule" />
939-
</Component>
940-
<Component Directory="AndroidSDK_usr_lib_swift_android_ARCH">
941-
<File Source="$(SDK_ROOT)\usr\lib\swift\android\libswift_Volatile.so" />
942-
</Component>
943-
</ComponentGroup>
944-
945929
<ComponentGroup Id="Android" Directory="Android.swiftmodule">
946930
<Component>
947931
<File Source="$(SDK_ROOT)\usr\lib\swift\android\Android.swiftmodule\$(ArchTriple).swiftdoc" />
@@ -1215,7 +1199,6 @@
12151199
<ComponentGroupRef Id="_Differentiation" />
12161200
<ComponentGroupRef Id="_RegexParser" />
12171201
<ComponentGroupRef Id="_StringProcessing" />
1218-
<ComponentGroupRef Id="_Volatile" />
12191202
<ComponentGroupRef Id="Android" />
12201203
<ComponentGroupRef Id="Cxx" />
12211204
<ComponentGroupRef Id="CxxStdlib" />

0 commit comments

Comments
 (0)