File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
platforms/Windows/sdk/drd Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 46
46
└─ Android.platform
47
47
└─ Developer
48
48
├─ Library
49
+ │ ├─ ds2
50
+ │ │ └─ ...
49
51
│ ├─ XCTest-development
50
52
│ │ └─ ...
51
53
│ └─ Testing-development
88
90
</Directory >
89
91
</Directory >
90
92
</Directory >
91
- <Directory Name =" $(SwiftModuleTriple)" >
92
- <Directory Id =" Android_Library_ARCH_bin" Name =" bin" />
93
+ <!-- ds2 -->
94
+ <Directory Name =" ds2" >
95
+ <Directory Name =" usr" >
96
+ <Directory Id =" _ds2_usr_bin" Name =" bin" />
97
+ </Directory >
93
98
</Directory >
94
99
</Directory >
95
100
<Directory Name =" SDKs" >
170
175
171
176
<ComponentGroup Id =" DS2" >
172
177
<?if $(ANDROID_INCLUDE_DS2) == true ?>
173
- <Component Directory =" Android_Library_ARCH_bin " >
174
- <File Source =" $(PLATFORM_ROOT)\Developer\Library\$(SwiftModuleTriple)\bin\ ds2" />
178
+ <Component Directory =" _ds2_usr_bin " >
179
+ <File Source =" $(PLATFORM_ROOT)\Developer\Library\ds\usr\bin\ $(SwiftModuleTriple)- ds2" />
175
180
</Component >
176
181
<?endif ?>
177
182
</ComponentGroup >
You can’t perform that action at this time.
0 commit comments