天天看点

[RK3288][Android7.1] Android7.1 nougat source code下载

#mkdir rk3288_nougat; cd rk3288_nougat

#git clone ssh://[email protected]/repo/rk/tools/repo

#./repo/repo init --repo-url ssh://[email protected]/repo/rk/tools/repo 
-u ssh://[email protected]/gerrit/rk/platform/manifest -b android-7.0 
-m rk3288_tablet_nougat_release.xml

#./repo/repo sync
           

下载代码需要生成ssh key:

ssh-keygen -t rsa -C “[email protected]”

[email protected] 替换成邮箱地址

生成的~/.ssh/id_rsa.pub文件需要发给rk授权才能下载源码。

继续阅读