Skip to content

Commit 3240644

Browse files
committed
WiX: correct packaging for Android SDK on Windows
We need to now specify the disk ID for dispatch components. We were missing one for the shared headers.
1 parent b900564 commit 3240644

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

platforms/Windows/platforms/android/android.wxs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -452,7 +452,9 @@
452452

453453
<!-- libdispatch -->
454454
<ComponentGroup Id="libdispatch" Directory="AndroidSDK_usr_include_dispatch">
455+
<?define Disk = 1?>
455456
<?include ../CDispatch.wxi?>
457+
<?undef Disk?>
456458

457459
<Component Directory="AndroidSDK_usr_include_os">
458460
<File Source="$(SDKRoot)\usr\include\os\generic_base.h" />

0 commit comments

Comments
 (0)