android源码下载及repo最新版

来源:互联网 发布:轮滑的好处和坏处 知乎 编辑:程序博客网 时间:2024/05/22 03:06

https://www.codeaurora.org/xwiki/bin/QAEP/


  1. curl http://git-repo.googlecode.com/files/repo-1.13 > ~/bin/repo
  2. chmod a+x ~/bin/repo
  3. PATH=~/bin:$PATH
  4. mkdir code
  5. cd code
  6. repo init -u git://codeaurora.org/platform/manifest.git -b release -m [manifest] --repo-url=git://codeaurora.org/tools/repo.git
  7.  repo sync

原创粉丝点击