• 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

Revision4b45724cf9c6f7bdee74f766fdb5acaee4e2a48f (tree)
Zeit2015-10-15 01:26:48
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

Fix the fetch path for SourceForge and AOSP

Ändern Zusammenfassung

Diff

--- a/default.xml
+++ b/default.xml
@@ -1,11 +1,14 @@
11 <?xml version="1.0" encoding="UTF-8"?>
22 <manifest>
33 <remote name="aosp"
4- fetch="git://android-x86.git.sf.net/gitroot/android-x86/korg/" />
4+ fetch="https://android.googlesource.com/" />
55 <remote name="x86"
6- fetch=".." />
6+ fetch="." />
77 <default revision="froyo"
8- remote="aosp" />
8+ remote="aosp"
9+ sync-c="true"
10+ sync-j="4" />
11+
912 <!-- from x86 port repositories -->
1013 <project path="build" name="platform/build" remote="x86" revision="froyo-x86" >
1114 <copyfile src="core/root.mk" dest="Makefile" />