• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

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

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

Android-x86 manifest


コミットメタ情報

リビジョンbf2bf5036f15499b9502ba6ed589426899ae7555 (tree)
日時2015-10-15 01:24:35
作者Chih-Wei Huang <cwhuang@linu...>
コミッターChih-Wei Huang

ログメッセージ

Fix the fetch path for SourceForge and AOSP

変更サマリ

差分

--- a/default.xml
+++ b/default.xml
@@ -1,12 +1,13 @@
11 <?xml version="1.0" encoding="UTF-8"?>
22 <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/" />
65 <remote name="x86"
7- fetch="git://git.android-x86.org/" />
6+ fetch="." />
87 <default revision="refs/tags/android-x86-2.2"
9- remote="korg" />
8+ remote="aosp"
9+ sync-c="true"
10+ sync-j="4" />
1011
1112 <!-- from x86 port repositories -->
1213 <project path="build" name="platform/build" remote="x86" >