commit | 2fbf0da8819353ce046e5d79dd09a5648277d4ee | [log] [tgz] |
---|---|---|
author | Yi-Yo Chiang <yochiang@google.com> | Fri Jun 14 22:56:56 2024 +0800 |
committer | Yi-Yo Chiang <yochiang@google.com> | Fri Jun 14 23:08:20 2024 +0800 |
tree | 57b032b5948df3238371c7356da6819c24995e12 | |
parent | b08051f949755d9f6cf5097d8d373209569309b7 [diff] |
Add `vm console` command to connect to serial console `vm console` automatically connects to the first available VM. `vm console CID` connects to the specified VM. * Must also pass the `-t` flag to adb-shell to ensure adbd allocates a tty. Bug: 335362012 Test: Launch FC and connect to serial console adb shell -t /apex/com.android.virt/bin/vm console Change-Id: If5f1537d8994593ab7fa026bf98986c6a8c83cb5
Android Virtualization Framework (AVF) provides secure and private execution environments for executing code. AVF is ideal for security-oriented use cases that require stronger isolation assurances over those offered by Android’s app sandbox.
Visit our public doc site to learn more about what AVF is, what it is for, and how it is structured. This repository contains source code for userspace components of AVF.
If you want a quick start, see the getting started guideline and follow the steps there.
For in-depth explanations about individual topics and components, visit the following links.
AVF components:
AVF APIs:
How-Tos: