From 89f6e4d7db59e894aa29b697b8bde999fd3da017 Mon Sep 17 00:00:00 2001 From: Chen Wang Date: Fri, 29 Oct 2021 16:45:05 +0800 Subject: [PATCH] weekly update:2021/10/29 --- README.md | 6 +++++- README_zh.md | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bf5e60..b7b9e4e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,11 @@ If you are interested in runnning Android on RISC-V hardware, please join us! Currently we are in a very early stage, trying to cross compile the AOSP codebase using the RISC-V official GNU toolchain. The following is the project progress log (time in reverse order). -- 2021-10-27 Restart the AOSP migration work of PLCT lab. The new goal is to migrate AOSP 12 to RV64. +- 2021-10-29 Restart the AOSP migration work of PLCT lab. The new goal is to migrate AOSP 12 to RV64. + - Setup group @ (mirrored with ) with some initial repos. + - [PR Merged] added note on howto setup build env: + - New tech article "Code analysis for envsetup" @ + - New tech article "Howto setup build environment" @ - 2021-01-xx Due to [open-source work](https://github.com/T-head-Semi/aosp-riscv) from T-Head(alibaba), we (PLCT lab) stopped the AOSP porting work in early 2021. All code repositories (except working-group) under the original and are backed up to [Gitee's aosp-riscv-bionic-porting](https://gitee.com/aosp-riscv-bionic-porting). diff --git a/README_zh.md b/README_zh.md index eb9dca3..6179c61 100644 --- a/README_zh.md +++ b/README_zh.md @@ -8,7 +8,11 @@ 本项目还处于非常早期的状态,更多的工作在持续推进中。以下为项目进展日志(时间为倒序)。 -- 2021-10-27 重启 PLCT lab 的 AOSP 移植工作,最新的目标是将 AOSP 12 移植到 RV64 上。 +- 2021-10-29 重启 PLCT lab 的 AOSP 移植工作,最新的目标是将 AOSP 12 移植到 RV64 上。 + - 创建 group @ (mirrored with ) 以及部分仓库. + - [PR Merged] added note on howto setup build env: + - 新增文档 "Code analysis for envsetup" @ + - 新增文档 "Howto setup build environment" @ - 2021-01-xx 由于平头哥的 [开源工作 ](https://github.com/T-head-Semi/aosp-riscv),我们于 2021 年初停止了 PLCT lab 的相关 AOSP 移植工作。所有原 下的代码仓库(除了 working-group)都备份到 [Gitee 的 aosp-riscv-bionic-porting 组织](https://gitee.com/aosp-riscv-bionic-porting) 下。 -- Gitee