Android-x86 manifest
修訂 | 8b703787785179089a3f72bdc481a83b7e8d6d6a (tree) |
---|---|
時間 | 2015-10-15 02:03:51 |
作者 | 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/" /> | |
8 | - <default revision="donut-plus-aosp" | |
9 | - remote="korg" /> | |
6 | + fetch="." /> | |
7 | + <default revision="refs/tags/android-1.6_r2" | |
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" revision="donut-x86"> |