From 8f4e209de90845216765ae16cbc13a54379f1b91 Mon Sep 17 00:00:00 2001 From: Yiwei Zhang Date: Sat, 28 Mar 2026 16:14:59 -0700 Subject: [PATCH] docs/venus: add Android Cuttlefish instructions Part-of: --- docs/drivers/venus.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/drivers/venus.rst b/docs/drivers/venus.rst index 33bb613e969..12aaaef84e2 100644 --- a/docs/drivers/venus.rst +++ b/docs/drivers/venus.rst @@ -90,7 +90,7 @@ the host driver as well when building the Venus driver. Just remember to set server finds the locally built host driver. QEMU ----------- +---- This is how one might want to start QEMU @@ -130,7 +130,7 @@ To build QEMU, this is how one might want to configure it $ make -j$(nproc) crosvm ----------- +------ crosvm is written in Rust. To build crosvm, make sure Rust has been installed and @@ -163,6 +163,13 @@ This is how one might want to start crosvm assuming a working system is installed to partition 1 of ``disk.img``. ``sudo`` or ``CAP_NET_ADMIN`` is needed to set up the TAP network device. +Android Cuttlefish +------------------ + +Venus isn't supported in the upstream Cuttlefish yet, for ``venus_guest_angle`` +mode used in Mesa CI against Android 16 AOSP, the instruction is +`here `__. + Optional Requirements ---------------------