获取Android源码
时间:2010-05-21 来源:juexun
To clone one of these trees, install git, and run: git clone git://android.git.kernel.org/ + project path.
To clone the entire platform, install repo, and run:
mkdir mydroid
cd mydroid
repo init -u git://android.git.kernel.org/platform/manifest.git
repo sync
安装repo的方法:
$ sudo curl http://android.git.kernel.org/repo > /bin/repo $ chmod a+x /bin/repo |
Referrence:http://android.git.kernel.org/
相关阅读 更多 +