Android-x86
Fork
Donation

  • R/O
  • HTTP
  • SSH
  • HTTPS

manifest: 提交

Android-x86 manifest


Commit MetaInfo

修订版36029bb189c078676c9685d00c3cd02792e8c95f (tree)
时间2015-10-14 18:26:59
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Fix the fetch path of SourceForge hosting

Also allow parallel syncing.

更改概述

差异

--- a/default.xml
+++ b/default.xml
@@ -4,10 +4,11 @@
44 <remote name="aosp"
55 fetch="https://android.googlesource.com/" />
66 <remote name="x86"
7- fetch=".." />
7+ fetch="." />
88 <default revision="refs/tags/android-4.0.4_r2.1"
99 remote="aosp"
10- sync-j="1" />
10+ sync-c="true"
11+ sync-j="4" />
1112
1213 <!-- from x86 port repositories -->
1314 <project path="build" name="platform/build" remote="x86" revision="ics-x86">
Show on old repository browser