1.首先下载repo:

a)终端运行 git clone git://codeaurora/tools/repo.git

b)mkdir ~/bin

c)拷贝repo 到~/bin下面,修改repo权限,chmod a+x ~/bin/repo

d)修改repo

将REPO_URL='git://android.git.kernel/tools/repo.git'改成:REPO_URL='git://codeaurora/tools/repo.git'

2.高通源码查找

打开https://wiki.codeaurora/xwiki/bin/QAEP/release,找到想要下载的代码的 Manifest(比如:LA.HB.1.5.2-05010-8x96.0.xml)

3.下载高通源码

以msm8996为例:

a)终端运行 repo init -u git://codeaurora/platform/manifest.git -b release -m LA.HB.1.5.2-05010-8x96.0.xml --repo-url=git://codeaurora/tools/repo.git --repo-branch=caf-stable

b)repo sync

更多推荐

高通Qualcomm源码下载