Welcome 微信登录
编程资源 图片资源库 蚂蚁家优选 PDF转换器 软件资源

软件开发小程序制作系统集成与运维空间租用硬件开发视频监控技术咨询与支持——联系电话:0311-88999002/88999003

首页 / 操作系统 / Linux / 如何下载Android 4.0配套的Linux 3.x内核源代码

Android 4.0的源代码已经可以下载了,在Android官网source.android.com上有下载Android 4.0源代码的详细描述。但是,Android官网source.android.com没有介绍如何下载Android4.0配套的Linux 3.x内核源代码。在此为大家介绍如何下载Android 4.0配套的Linux 3.x内核源代码。下载Android 4.0配套的Linux 3.x内核源代码步骤:1、使用git clone https://android.googlesource.com/kernel/common.git 命令clone linux3.x内核的repository的master分支(branch)2、使用git checkout -b android-3.0 origin/android-3.0命令checkout android-3.0分支(branch),就得到了Linux 3.x内核源代码了