admin管理员组文章数量:1794759
高通Qualcomm源码下载
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.高通源码查找
打开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源码下载 内容由林淑君副主任自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.xiehuijuan.com/baike/1686527407a78011.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论