# working-group **Repository Path**: eming/working-group ## Basic Information - **Project Name**: working-group - **Description**: 本项目由 PLCT lab 发起,目的为将 Android 移植到 RISC-V 平台上。现阶段已经与 RVI 旗下的 RISC-V Android Source (https://github.com/riscv-android-src)合并。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: https://gitee.com/aosp-riscv/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 52 - **Created**: 2023-05-11 - **Last Updated**: 2023-05-11 ## 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. This project is initiated by [PLCT lab](https://github.com/plctlab), the purpose is to port Android to RISC-V platform. At this stage, it has been merged with [RISC-V Android Source](https://github.com/riscv-android-src) under [RISC-V International](https://riscv.org/). 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 Move to [Article Category Index Page](./articles/index.md) ### 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/)