• 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

Revision1c0e45ac781236a42023149eb0f3acdadb713921 (tree)
Zeit2009-07-06 15:28:11
AutorChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

add x86 git repository and the following projects to x86 port
* build
* kernel -> android-2.6.29
* bionic
* frameworks/base
* hardware/libhardware_legacy
* prebuilt
* system/core
* external/e2fsprogs
* bootable/newinstaller
* vendor/asus/eeepc

Ändern Zusammenfassung

Diff

--- a/default.xml
+++ b/default.xml
@@ -3,37 +3,45 @@
33 <remote name="korg"
44 fetch="git://android.git.kernel.org/"
55 review="review.source.android.com" />
6+ <remote name="x86"
7+ fetch="git://218.211.38.204/android-x86/" />
68 <default revision="master"
79 remote="korg" />
810
9- <project path="build" name="platform/build">
11+ <!-- from x86 port repositories -->
12+ <project path="build" name="platform/build" remote="x86">
1013 <copyfile src="core/root.mk" dest="Makefile" />
1114 </project>
1215
1316 <project path="kernel"
1417 name="kernel/common"
15- revision="refs/heads/android-2.6.27" />
18+ revision="refs/heads/android-2.6.29" remote="x86" />
1619
17- <project path="bionic" name="platform/bionic" />
20+ <project path="bionic" name="platform/bionic" remote="x86" />
21+ <project path="frameworks/base" name="platform/frameworks/base" remote="x86" />
22+ <project path="hardware/libhardware_legacy" name="platform/hardware/libhardware_legacy" remote="x86" />
23+ <project path="prebuilt" name="platform/prebuilt" remote="x86" />
24+ <project path="system/core" name="platform/system/core" remote="x86" />
25+ <project path="external/e2fsprogs" name="platform/external/e2fsprogs" remote="x86" />
1826
27+ <project path="bootable/newinstaller" name="platform/bootable/newinstaller" remote="x86" />
28+ <project path="vendor/asus/eeepc" name="platform/vendor/asus/eeepc" remote="x86" />
29+
30+ <!-- from original Android repositories -->
1931 <project path="bootable/bootloader/legacy" name="platform/bootable/bootloader/legacy" />
2032 <project path="bootable/diskinstaller" name="platform/bootable/diskinstaller" />
2133 <project path="bootable/recovery" name="platform/bootable/recovery" />
2234
2335 <project path="dalvik" name="platform/dalvik" />
2436 <project path="development" name="platform/development" />
25- <project path="frameworks/base" name="platform/frameworks/base" />
2637 <project path="frameworks/opt/com.google.android" name="platform/frameworks/opt/com.google.android" />
2738 <project path="frameworks/opt/com.google.android.googlelogin" name="platform/frameworks/opt/com.google.android.googlelogin" />
2839 <project path="frameworks/opt/emoji" name="platform/frameworks/opt/emoji" />
2940 <project path="frameworks/policies/base" name="platform/frameworks/policies/base" />
3041 <project path="hardware/libhardware" name="platform/hardware/libhardware" />
31- <project path="hardware/libhardware_legacy" name="platform/hardware/libhardware_legacy" />
3242 <project path="hardware/ril" name="platform/hardware/ril" />
33- <project path="prebuilt" name="platform/prebuilt" />
3443
3544 <project path="system/bluetooth" name="platform/system/bluetooth" />
36- <project path="system/core" name="platform/system/core" />
3745 <project path="system/extras" name="platform/system/extras" />
3846 <project path="system/wlan/ti" name="platform/system/wlan/ti" />
3947
@@ -82,7 +90,6 @@
8290 <project path="external/dbus" name="platform/external/dbus" />
8391 <project path="external/dhcpcd" name="platform/external/dhcpcd" />
8492 <project path="external/dropbear" name="platform/external/dropbear" />
85- <project path="external/e2fsprogs" name="platform/external/e2fsprogs" />
8693 <project path="external/elfcopy" name="platform/external/elfcopy" />
8794 <project path="external/elfutils" name="platform/external/elfutils" />
8895 <project path="external/embunit" name="platform/external/embunit" />