分类: LINUX
2010-05-21 09:10:43
To clone one of these trees, install , and run:
git clone git://android.git.kernel.org/
+ project path.
To clone the entire platform, install , and run:
mkdir mydroid
cd mydroid
repo init -u git://android.git.kernel.org/platform/manifest.git
repo sync
安装repo的方法:
$ sudo curl > /bin/repo $ chmod a+x /bin/repo
Referrence: