Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions platforms/Windows/android_sdk/android_sdk.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@

<DefineConstants>
$(DefineConstants);
ANDROID_INCLUDE_DS2=$(ANDROID_INCLUDE_DS2);
SwiftShimsPath=$(SwiftShimsPath);
</DefineConstants>
</PropertyGroup>
Expand Down
12 changes: 12 additions & 0 deletions platforms/Windows/android_sdk/android_sdk.wxs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,9 @@
</Directory>
</Directory>
</Directory>
<Directory Name="$(ArchTriple)">
<Directory Id="Android_Library_ARCH_bin" Name="bin" />
</Directory>
</Directory>
<Directory Name="SDKs">
<!-- Android.sdk -->
Expand Down Expand Up @@ -156,6 +159,14 @@
</Component>
</ComponentGroup>

<ComponentGroup Id="DS2">
<?if $(ANDROID_INCLUDE_DS2) == true ?>
<Component Directory="Android_Library_ARCH_bin">
<File Source="$(PLATFORM_ROOT)\Developer\Library\$(ArchTriple)\bin\ds2" />
</Component>
<?endif?>
</ComponentGroup>

<ComponentGroup Id="SwiftRemoteMirror" Directory="AndroidSDK_usr_include_swift_SwiftRemoteMirror">
<Component>
<File Source="$(SDK_ROOT)\usr\include\swift\SwiftRemoteMirror\MemoryReaderInterface.h" />
Expand Down Expand Up @@ -1283,6 +1294,7 @@
<ComponentGroupRef Id="Registrar" />
<ComponentGroupRef Id="Configuration" />
<ComponentGroupRef Id="SwiftShims" />
<ComponentGroupRef Id="DS2" />

<ComponentGroupRef Id="VersionedDirectoryCleanup" />
</Feature>
Expand Down