• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Android-x86 manifest


Commit MetaInfo

Revisionc3dd828fad6cee0c01582a401d5b5e3c652cc450 (tree)
Zeit2015-10-13 17:42:59
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Fix the fetch path of SourceForge hosting

Also allow parallel syncing.

Ändern Zusammenfassung

Diff

--- a/default.xml
+++ b/default.xml
@@ -4,11 +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.4.4_r2.0.1"
99 remote="aosp"
1010 sync-c="true"
11- sync-j="1" />
11+ sync-j="4" />
1212
1313 <!-- from x86 port repositories -->
1414 <project path="build" name="platform/build" groups="pdk" remote="x86" revision="kitkat-x86" >