• 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ónbf2bf5036f15499b9502ba6ed589426899ae7555 (tree)
Tiempo2015-10-15 01:24:35
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Fix the fetch path for SourceForge and AOSP

Cambiar Resumen

Diferencia incremental

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