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
For more information about git, see an overview, the tutorial or the man pages.

本文介绍了如何使用git和repo工具克隆Android平台的源代码。首先安装git并运行特定命令来克隆单一项目;若要克隆整个平台,则需安装repo工具并执行初始化和同步操作。
413

被折叠的 条评论
为什么被折叠?



