开发者

How can I switch to a particular version of Android after I checkout out the source code?

开发者 https://www.devze.com 2023-03-13 15:11 出处:网络
If I check out the android source code like this: repo init -u git://android.git.kernel.org/platform/manifest.git

If I check out the android source code like this:

repo init -u git://android.git.kernel.org/platform/manifest.git
开发者_如何学Python

How can I switch to a particular version of android ? e.g. 1.6?

Thank you.


From http://source.android.com/source/downloading.html:

To check out a branch other than "master", specify it with -b:
$ repo init -u git://android.git.kernel.org/platform/manifest.git -b froyo
0

精彩评论

暂无评论...
验证码 换一张
取 消