Skip to content

Commit 80608af

Browse files
authored
Merge pull request #315 from swiftlang/eng/fix-apinotes-android-install
[android] fix the android posix_filesystem.apinote file installation
2 parents 29fadd0 + 7ddb04e commit 80608af

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

platforms/Windows/android_sdk/android_sdk.wxs

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
</Directory>
111111
</Directory>
112112
</Directory>
113-
<Directory Id="AndroidSDK_usr_share" Name="share" />
114113
</Directory>
115114
</Directory>
116115
</Directory>
@@ -1169,6 +1168,9 @@
11691168
<Component>
11701169
<File Source="$(SDK_ROOT)\usr\lib\swift\apinotes\std.apinotes" />
11711170
</Component>
1171+
<Component>
1172+
<File Source="$(SDK_ROOT)\usr\lib\swift\apinotes\posix_filesystem.apinotes" />
1173+
</Component>
11721174
</ComponentGroup>
11731175

11741176
<ComponentGroup Id="libcxxshim" Directory="AndroidSDK_usr_lib_swift_android">
@@ -1189,12 +1191,6 @@
11891191
</Component>
11901192
</ComponentGroup>
11911193

1192-
<ComponentGroup Id="AuxiliaryFiles" Directory="AndroidSDK_usr_share">
1193-
<Component>
1194-
<File Source="$(SDK_ROOT)\usr\share\posix_filesystem.apinotes" />
1195-
</Component>
1196-
</ComponentGroup>
1197-
11981194
<ComponentGroup Id="Configuration">
11991195
<Component Directory="AndroidSDK">
12001196
<File Source="$(SDK_ROOT)\SDKSettings.plist" />
@@ -1236,7 +1232,6 @@
12361232
<ComponentGroupRef Id="apinotes" />
12371233
<ComponentGroupRef Id="libcxxshim" />
12381234
<ComponentGroupRef Id="Registrar" />
1239-
<ComponentGroupRef Id="AuxiliaryFiles" />
12401235
<ComponentGroupRef Id="Configuration" />
12411236
<ComponentGroupRef Id="SwiftShims" />
12421237

0 commit comments

Comments
 (0)