Android-x86 manifest
Revision | 1c0e45ac781236a42023149eb0f3acdadb713921 (tree) |
---|---|
Zeit | 2009-07-06 15:28:11 |
Autor | Chih-Wei Huang <cwhuang@linu...> |
Commiter | Chih-Wei Huang |
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
@@ -3,37 +3,45 @@ | ||
3 | 3 | <remote name="korg" |
4 | 4 | fetch="git://android.git.kernel.org/" |
5 | 5 | review="review.source.android.com" /> |
6 | + <remote name="x86" | |
7 | + fetch="git://218.211.38.204/android-x86/" /> | |
6 | 8 | <default revision="master" |
7 | 9 | remote="korg" /> |
8 | 10 | |
9 | - <project path="build" name="platform/build"> | |
11 | + <!-- from x86 port repositories --> | |
12 | + <project path="build" name="platform/build" remote="x86"> | |
10 | 13 | <copyfile src="core/root.mk" dest="Makefile" /> |
11 | 14 | </project> |
12 | 15 | |
13 | 16 | <project path="kernel" |
14 | 17 | name="kernel/common" |
15 | - revision="refs/heads/android-2.6.27" /> | |
18 | + revision="refs/heads/android-2.6.29" remote="x86" /> | |
16 | 19 | |
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" /> | |
18 | 26 | |
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 --> | |
19 | 31 | <project path="bootable/bootloader/legacy" name="platform/bootable/bootloader/legacy" /> |
20 | 32 | <project path="bootable/diskinstaller" name="platform/bootable/diskinstaller" /> |
21 | 33 | <project path="bootable/recovery" name="platform/bootable/recovery" /> |
22 | 34 | |
23 | 35 | <project path="dalvik" name="platform/dalvik" /> |
24 | 36 | <project path="development" name="platform/development" /> |
25 | - <project path="frameworks/base" name="platform/frameworks/base" /> | |
26 | 37 | <project path="frameworks/opt/com.google.android" name="platform/frameworks/opt/com.google.android" /> |
27 | 38 | <project path="frameworks/opt/com.google.android.googlelogin" name="platform/frameworks/opt/com.google.android.googlelogin" /> |
28 | 39 | <project path="frameworks/opt/emoji" name="platform/frameworks/opt/emoji" /> |
29 | 40 | <project path="frameworks/policies/base" name="platform/frameworks/policies/base" /> |
30 | 41 | <project path="hardware/libhardware" name="platform/hardware/libhardware" /> |
31 | - <project path="hardware/libhardware_legacy" name="platform/hardware/libhardware_legacy" /> | |
32 | 42 | <project path="hardware/ril" name="platform/hardware/ril" /> |
33 | - <project path="prebuilt" name="platform/prebuilt" /> | |
34 | 43 | |
35 | 44 | <project path="system/bluetooth" name="platform/system/bluetooth" /> |
36 | - <project path="system/core" name="platform/system/core" /> | |
37 | 45 | <project path="system/extras" name="platform/system/extras" /> |
38 | 46 | <project path="system/wlan/ti" name="platform/system/wlan/ti" /> |
39 | 47 |
@@ -82,7 +90,6 @@ | ||
82 | 90 | <project path="external/dbus" name="platform/external/dbus" /> |
83 | 91 | <project path="external/dhcpcd" name="platform/external/dhcpcd" /> |
84 | 92 | <project path="external/dropbear" name="platform/external/dropbear" /> |
85 | - <project path="external/e2fsprogs" name="platform/external/e2fsprogs" /> | |
86 | 93 | <project path="external/elfcopy" name="platform/external/elfcopy" /> |
87 | 94 | <project path="external/elfutils" name="platform/external/elfutils" /> |
88 | 95 | <project path="external/embunit" name="platform/external/embunit" /> |