Khadas Docs

Amazing Khadas, always amazes you!

User Tools

Site Tools


products:sbc:vim2:development:android:download-android-source-code

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
products:sbc:vim2:development:android:download-android-source-code [2022/09/28 09:42]
nick
products:sbc:vim2:development:android:download-android-source-code [2024/07/05 06:36] (current)
william
Line 45: Line 45:
  
 ```shell ```shell
-$ repo sync -j4+$ repo sync -c -j4
 ``` ```
 The initial sync operation may take an hour or more to complete. The initial sync operation may take an hour or more to complete.
Line 54: Line 54:
 ```shell ```shell
 #!/bin/bash #!/bin/bash
-repo sync -j4+repo sync -c -j4
 while [ $? = 1 ]; do while [ $? = 1 ]; do
  echo "Sync failed, repeat again:"  echo "Sync failed, repeat again:"
- repo sync -j4+ repo sync -c -j4
 done done
 ``` ```
Last modified: 2022/09/28 09:42 by nick