# working-group **Repository Path**: ccyou/working-group ## Basic Information - **Project Name**: working-group - **Description**: Read this repo first to learn more about aosp-riscv. Mirror to https://github.com/aosp-riscv/working-group.git - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: cau-dev - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 52 - **Created**: 2022-07-05 - **Last Updated**: 2022-07-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # AOSP on RISC-V WG This is the meta repo for the AOSP for RISC-V Project. General tasks and issues here. If you are interested in runnning Android on RISC-V hardware, please join us! The code of AOSP-RISCV is open source, and everyone is welcome to contribute. All repositories are in duplicate on Github and Gitee, which are mirror backups of each other. - Github: - Gitee: You can choose a code repository for development according to your own preferences, and use similar development processes on both sides: - [Development Process based on Github](./docs/dev-github.md) - [Development Process based on Gitee(in Chinese)](./docs/zh/dev-gitee.md) ## Status Please read [project logging](./status.md). ## About Us The initial members of this project are from the [PLCT lab](https://github.com/isrc-cas/). Wei Wu (@lazyparser) and Ningning Shi (@shining1984) co-founded this project. We would like to contribute all of the efforts to the RISC-V community and the AOSP project. ## Join Us If you want to contribute, please read the contribution guide on the AOSP website. Or contact Chen Wang ([@unicornx](https://github.com/unicornx)) Feel free to open an issue for further questions/discussions! ## Learning Materials ### Slides - [**Porting Android to new Platforms, Amit Pundir**](https://www.slideshare.net/linaroorg/porting-android-tonewplatforms) ### Articles - [**Version Management for AOSP Platform, Wang Chen - PLCT lab, 20200911 (Chinese Version)**](https://zhuanlan.zhihu.com/p/234390474) - [**Version Management for AOSP Kernel, Wang Chen - PLCT lab, 20200915 (Chinese Version)**](https://zhuanlan.zhihu.com/p/245131105) - [**Running RISC-V 64 Linux on QEMU, Wang Chen - PLCT lab, 20200923 (Chinese Version)**](https://zhuanlan.zhihu.com/p/258394849) - [**Compile Android Kenrel for RISC-V, Wang Chen - PLCT lab, 20200929 (Chinese Version)**](https://zhuanlan.zhihu.com/p/260356339) - [**Make a LLVM/Clang compiler for RISC-V, Wang Chen - PLCT lab, 20201009 (Chinese Version)**](https://zhuanlan.zhihu.com/p/263550372) - [**First "Android minimal system" for RISC-V, Wang Chen - PLCT lab, 20201120 (Chinese Version)**](https://zhuanlan.zhihu.com/p/302870095) - [**Create a minimal Android system for RISC-V, Wang Chen - PLCT lab, 20201124**](https://plctlab.github.io/aosp/create-a-minimal-android-system-for-riscv.html) - [**RISC-V Gets an Early, Minimal Android 10 Port Courtesy of PLCT Lab, Gareth Halfacree - https://abopen.com/, 20201127**](https://abopen.com/news/risc-v-gets-an-early-minimal-android-10-port-courtesy-of-plct-lab/) - [**AOSP-RISCV has a new mirror on Gitee, Wang Chen - PLCT lab, 20201215 (Chinese Version)**](https://zhuanlan.zhihu.com/p/337032693) - [**Summary of related knowledge behind AOSP build, Wang Chen - PLCT lab, 20201230**](https://zhuanlan.zhihu.com/p/340689022) - [**Details about AOSP Soong creation process, Wang Chen - PLCT lab, 20210108**](https://zhuanlan.zhihu.com/p/342817768) ### Videos - [**[COSCUP 2011] Porting android to brand-new CPU architecture, Luse Cheng (Traditional Chinese)**](https://www.youtube.com/watch?v=li6PqLn4Bl4) - [**How difficult when do RISC-V porting for AOSP - Wu Wei - V8 technical symposium - OSDT community - 20200607 (Chinese Version)**](https://www.bilibili.com/video/BV1wC4y1a7Za) - [**Introduction about Building framwork of AOSP and preliminary trying porting for RISC-V - Wang Chen - 20200805 - PLCT lab (Chinese Version)**](https://www.bilibili.com/video/BV1PA411Y7mz) - [**AOSP for RISC-V porting tutorial (1) - Introduction about Android Runtime - Wang Chen - 20200814 - PLCT lab (Chinese Version)**](https://www.bilibili.com/video/BV1wC4y1t7Xa) - [**AOSP for RISC-V porting tutorial (2) - Starting porting ART - Wang Chen - 20200821 - PLCT lab (Chinese Version)**](https://www.bilibili.com/video/BV1JK411M7e5) ### Discussions - [**The status of AOSP porting: Is there anyone working on it (publicly)?**](https://groups.google.com/a/groups.riscv.org/g/sw-dev/c/u9iP7A2Wkc8) ### Other Resources - [**Android-x86**](https://www.android-x86.org/)