AOSP:如何从 master 切换/降级到 froyo 分支?

发布于 2024-09-27 05:23:13 字数 263 浏览 3 评论 0原文

我下载了AOSP,但是我忘记指定froyo分支,所以我得到了master分支。 因此,我收到构建错误,说我需要一个 64 位系统来构建超越 Froyo 的系统(我设法通过编辑一些 makefile 来解决这个问题,但我想专门为了 API 级别而使用 Froyo)。

如何切换到 froyo 分支而不重新下载整个 AOSP?我尝试了 repo start froyo -allrepo checkout froyo 但我不确定,这是对的吗?

I downloaded the AOSP, but I forget to specify the froyo branch, so I got the master branch.
Because of this I got building error saying I need a 64bit system to build beyond Froyo (I managed to fix this by editing some makefiles, but I want to use Froyo specifically for sake of API level).

How can I switch to the froyo branch without re-downloading the whole AOSP? I tried repo start froyo -all and repo checkout froyo but I'm not sure, is this right?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

薄荷梦 2024-10-04 05:23:13

也许你应该尝试这个来获取 froyo 分支:

mkdir froyo 
cd froyo 
repo init -u git://android.git.kernel.org/platform/manifest.git -b android-2.2.2_r1
repo sync
repo forall -c git checkout korg/froyo 
repo forall external/qemu sdk -c git checkout korg/tools_r6

Maybe you shoud try this to get the froyo branch:

mkdir froyo 
cd froyo 
repo init -u git://android.git.kernel.org/platform/manifest.git -b android-2.2.2_r1
repo sync
repo forall -c git checkout korg/froyo 
repo forall external/qemu sdk -c git checkout korg/tools_r6
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文