欢迎光临
我们一直在努力

AOSP安卓操作系统源码下载

1.安装git

sudo apt-get upgrade

sudo apt-get install git

git config –global user.email “xxxxxxx@gmail.com”

git config –global user.name “xxxxx”

 

2.安装repo

apt-get install openssl libssl-dev curl -y
mkdir ~/bin
PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
## 如果上述 URL 不可访问,可以用下面的:
## curl -sSL ‘https://gerrit-googlesource.proxy.ustclug.org/git-repo/+/master/repo?format=TEXT’ |base64 -d > ~/bin/repo
chmod a+x ~/bin/repo

3.拉取代码

创建工作目录

mkdir -p /root/aosp

cd /root/aosp

repo init -u https://android.googlesource.com/platform/manifest

repo sync

国内源

#repo init -u git://mirrors.ustc.edu.cn/aosp/platform/manifest

某个特定的 Android 版本

repo init -u https://android.googlesource.com/platform/manifest -b android-2.3.6_r1

android-2.3.6_r1    android-4.0.4_r2.1      android-13.0.0_r41  android-12.1.0_r26  android-security-11.0.0_r66  android-security-10.0.0_r75

 

赞(124) 打赏
未经允许不得转载:过客网络 » AOSP安卓操作系统源码下载

评论 抢沙发

分享是一种美德,是一种态度。

支持快讯、专题、百度收录推送、人机验证、多级分类筛选器,适用于垂直站点、科技博客、个人站,扁平化设计、简洁白色、超多功能配置、会员中心、直达链接、文章图片弹窗、自动缩略图等...

联系我们联系我们

登录

找回密码

注册