We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872fc4c commit b601befCopy full SHA for b601bef
platforms/Windows/android_sdk/android_sdk.wxs
@@ -105,7 +105,6 @@
105
</Directory>
106
107
108
- <Directory Id="AndroidSDK_usr_share" Name="share" />
109
110
111
@@ -492,6 +491,9 @@
492
491
<Component>
493
<File Source="$(SDK_ROOT)\usr\lib\swift\apinotes\std.apinotes" />
494
</Component>
+ <Component>
495
+ <File Source="$(SDK_ROOT)\usr\lib\swift\apinotes\posix_filesystem.apinotes" />
496
+ </Component>
497
</ComponentGroup>
498
499
<ComponentGroup Id="libcxxshim" Directory="AndroidSDK_usr_lib_swift_android">
0 commit comments