1,在mac新建150g区分大小写的空白映像,ASOP
2,配置repo 以便下载源码,在mac根目录下:
使用google官方地址下载:
mkdir ~/bin
PATH=~/bin:$PATH
curl https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
chmod a+x ~/bin/repo
如果无法访问storage.googleapis.com,可以使用清华的地址:
mkdir ~/bin
PATH=~/bin:$PATH
curl https://mirrors.tuna.tsinghua.edu.cn/git/git-repo > ~/bin/repo
chmod a+x ~/bin/repo
3,下载源码 在ASOP下新建目录 myandroid 并进入该目录下下载源码
我需要的是高通msm8909 android7.1.2的源码
repo init -u git://codeaurora.org/platform/manifest.git -b release -m LA.BR.1.2.9-06510-8x09.0.xml --repo-url=git://codeaurora.org/tools/repo.git --repo-branch=caf-stable
repo sync 后静待下载吧。
网友评论