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).
|
| |||||||||
to download the android kernel.
(see http://forum.xda-developers.com/showthread.php?p=19366246)
1st
git clone https://android.googlesource.com/kernel/common.git
2nd should give you an overview
git branch -r
3rd checkout a kernel
git checkout -b android-3.0 origin/android-3.0
下载Android内核源代码
本文档提供了详细的步骤来下载Android内核源代码,包括使用git clone命令从官方仓库克隆common和特定版本的内核分支,适用于希望深入了解并定制Android系统的开发者。
406

被折叠的 条评论
为什么被折叠?



