android 源代码 获得 Open Soure Project

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.

你可能感兴趣的:(android,git)