android 4.0 source code available

来源:互联网 发布:数据实验室 编辑:程序博客网 时间:2024/05/29 11:26

to repo the android manifest.

(see http://source.android.com/source/downloading.html in detail)


to checkout goldfish(the android emulator):

(see http://groups.google.com/group/android-building/browse_thread/thread/a530c9ca1ba1430e)

The emulator kernel source is available:

git clone https://android.googlesource.com/kernel/goldfish
cd goldfish
git checkout origin/android-goldfish-2.6.29

I've also added it to the mirror manifest, so people who maintain
automatic mirrors will get it automagically.

(Other kernel sources are on my todo list, specifically the
Gingerbread kernels for Nexus S and Nexus One).

JBQ

     

to download the android kernel.

(see http://forum.xda-developers.com/showthread.php?p=19366246)

1st

Code:
git clone https://android.googlesource.com/kernel/common.git

2nd should give you an overview

Code:
 git branch -r

3rd checkout a kernel

Code:
git checkout -b android-3.0 origin/android-3.0

原创粉丝点击