Android-x86 manifest
Révision | 36029bb189c078676c9685d00c3cd02792e8c95f (tree) |
---|---|
l'heure | 2015-10-14 18:26:59 |
Auteur | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Fix the fetch path of SourceForge hosting
Also allow parallel syncing.
@@ -4,10 +4,11 @@ | ||
4 | 4 | <remote name="aosp" |
5 | 5 | fetch="https://android.googlesource.com/" /> |
6 | 6 | <remote name="x86" |
7 | - fetch=".." /> | |
7 | + fetch="." /> | |
8 | 8 | <default revision="refs/tags/android-4.0.4_r2.1" |
9 | 9 | remote="aosp" |
10 | - sync-j="1" /> | |
10 | + sync-c="true" | |
11 | + sync-j="4" /> | |
11 | 12 | |
12 | 13 | <!-- from x86 port repositories --> |
13 | 14 | <project path="build" name="platform/build" remote="x86" revision="ics-x86"> |