Android-x86 manifest
Revision | bf2bf5036f15499b9502ba6ed589426899ae7555 (tree) |
---|---|
Zeit | 2015-10-15 01:24:35 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
Fix the fetch path for SourceForge and AOSP
@@ -1,12 +1,13 @@ | ||
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <manifest> |
3 | - <remote name="korg" | |
4 | - fetch="git://android.git.kernel.org/" | |
5 | - review="review.source.android.com" /> | |
3 | + <remote name="aosp" | |
4 | + fetch="https://android.googlesource.com/" /> | |
6 | 5 | <remote name="x86" |
7 | - fetch="git://git.android-x86.org/" /> | |
6 | + fetch="." /> | |
8 | 7 | <default revision="refs/tags/android-x86-2.2" |
9 | - remote="korg" /> | |
8 | + remote="aosp" | |
9 | + sync-c="true" | |
10 | + sync-j="4" /> | |
10 | 11 | |
11 | 12 | <!-- from x86 port repositories --> |
12 | 13 | <project path="build" name="platform/build" remote="x86" > |