• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

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

Android-x86 manifest


コミットメタ情報

リビジョン085c7b15558b9af03ab3079d70555331d34f736e (tree)
日時2015-10-14 18:20:03
作者Chih-Wei Huang <cwhuang@linu...>
コミッターChih-Wei Huang

ログメッセージ

Fix the fetch path of SourceForge hosting

Also allow parallel syncing.

変更サマリ

差分

--- 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" >