File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -182,6 +182,13 @@ try {
182
182
exit ( 1 ) ;
183
183
}
184
184
185
+ // Run glient sync
186
+ console . log ( "Running gclient sync..." ) ;
187
+
188
+ // Start by running sync
189
+ executeCmdSync ( "PATH=../depot_tools/:$PATH python3 tools/git-sync-deps" ) ;
190
+ console . log ( "gclient sync done" ) ;
191
+
185
192
// lets check for any dependencies
186
193
if ( platform . dependencies ) {
187
194
console . log ( `Found dependencies for platform ${ SelectedPlatform } ` ) ;
@@ -191,13 +198,6 @@ try {
191
198
} ) ;
192
199
}
193
200
194
- // Run glient sync
195
- console . log ( "Running gclient sync..." ) ;
196
-
197
- // Start by running sync
198
- executeCmdSync ( "PATH=../depot_tools/:$PATH python3 tools/git-sync-deps" ) ;
199
- console . log ( "gclient sync done" ) ;
200
-
201
201
try {
202
202
// Configure the platform
203
203
if ( ! configurePlatform ( SelectedPlatform , SelectedTarget ) ) {
You can’t perform that action at this time.
0 commit comments