开源中国-最新资讯 ( ) • 2024-05-06 13:41

谷歌 Android 系统上游——AOSP 最近合并的一系列补丁删除了 Android 通用内核对 RISC-V 架构的支持。AOSP 通用内核也就是Common Android Kernel,也称为 Android 通用内核或 ACK。

https://android-review.googlesource.com/c/kernel/common/+/3061965

由于 ACK 删除了对 RISC-V 的支持,想要立即编译 Android RISC-V 版本的公司和机构,需要创建和维护自己的 Linux 分支,以便于进一步整合 RISC-V 补丁。

尽管删除了RISC-V支持,但谷歌表示 Android 仍将继续支持 RISC-V,只是当前还没有准备好为所有厂商提供单一支持的镜像。

谷歌发言人对媒体的发言原文如下

Android will continue to support RISC-V. Due to the rapid rate of iteration, we are not ready to provide a single supported image for all vendors.
This particular series of patches removes RISC-V support from the Android Generic Kernel Image (GKI).

Android 系统将继续支持 RISC-V。由于迭代速度很快,我们还没有准备好为所有供应商提供统一支持的镜像

我们已经从 Android Generic Kernel Image(GKI)中移除了支持 RISC-V 的相关补丁。