• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

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

Android-x86 manifest


Commit MetaInfo

Revisión085c7b15558b9af03ab3079d70555331d34f736e (tree)
Tiempo2015-10-14 18:20:03
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Fix the fetch path of SourceForge hosting

Also allow parallel syncing.

Cambiar Resumen

Diferencia incremental

--- 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.3.1_r1"
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="jb-x86" >