Android RISC-V system root packaged as a Docker container
  • Dockerfile 100%
Find a file
2026-02-21 20:35:45 -03:00
linkerconfig Initial commit 2026-02-21 20:35:45 -03:00
system Initial commit 2026-02-21 20:35:45 -03:00
Dockerfile Initial commit 2026-02-21 20:35:45 -03:00
README.md Initial commit 2026-02-21 20:35:45 -03:00

Android Terminal on RISC-V

This is a minimal Android RISC-V system root packaged as a Docker container. It includes the Bionic C library and core system shell utilities.

Usage

Set up the emulation layer using binfmt:

apt install binfmt-support qemu-user-static

Build the image and then create the container:

docker build -t android-terminal:riscv "${PWD}"
docker run -ti --privileged android-terminal:riscv