Android-x86 manifest
リビジョン | 507ad7895cf4b49cf1822d828f3768eed8d6a6c4 (tree) |
---|---|
日時 | 2015-10-15 01:27:28 |
作者 | Chih-Wei Huang <cwhuang@linu...> |
コミッター | Chih-Wei Huang |
Fix the fetch path for SourceForge and AOSP
@@ -2,11 +2,12 @@ | ||
2 | 2 | <manifest> |
3 | 3 | |
4 | 4 | <remote name="aosp" |
5 | - fetch="git://android-x86.git.sf.net/gitroot/android-x86/korg/" /> | |
5 | + fetch="https://android.googlesource.com/" /> | |
6 | 6 | <remote name="x86" |
7 | - fetch=".." /> | |
7 | + fetch="." /> | |
8 | 8 | <default revision="gingerbread-mr4-release" |
9 | 9 | remote="aosp" |
10 | + sync-c="true" | |
10 | 11 | sync-j="4" /> |
11 | 12 | |
12 | 13 | <!-- from x86 port repositories --> |