Skip to content

Commit b601bef

Browse files
committed
Merge pull request #315 from swiftlang/eng/fix-apinotes-android-install
[android] fix the android posix_filesystem.apinote file installation (cherry picked from commit 80608af)
1 parent 872fc4c commit b601bef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

platforms/Windows/android_sdk/android_sdk.wxs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@
105105
</Directory>
106106
</Directory>
107107
</Directory>
108-
<Directory Id="AndroidSDK_usr_share" Name="share" />
109108
</Directory>
110109
</Directory>
111110
</Directory>
@@ -492,6 +491,9 @@
492491
<Component>
493492
<File Source="$(SDK_ROOT)\usr\lib\swift\apinotes\std.apinotes" />
494493
</Component>
494+
<Component>
495+
<File Source="$(SDK_ROOT)\usr\lib\swift\apinotes\posix_filesystem.apinotes" />
496+
</Component>
495497
</ComponentGroup>
496498

497499
<ComponentGroup Id="libcxxshim" Directory="AndroidSDK_usr_lib_swift_android">

0 commit comments

Comments
 (0)