The Android Source Branches

- Query all the Android SDK branches

git --git-dir .repo/manifests/.git/ branch -a

- Android Kernel branches

$ git clone https://android.googlesource.com/kernel/common.git kernel

$ git branch -r

  origin/HEAD -> origin/master

  origin/android-2.6.39

  origin/android-3.0

  origin/master

$ git checkout origin/android-3.0

$ git clone https://android.googlesource.com/kernel/samsung.git 
$ git clone https://android.googlesource.com/kernel/omap.git 

 

你可能感兴趣的:(The Android Source Branches)