commit | 6eea2b8936f4f646f1b3acb7e833833a54e2fe09 | [log] [tgz] |
---|---|---|
author | James Robinson <jamesr@google.com> | Tue Nov 19 17:28:00 2024 +0000 |
committer | James Robinson <jamesr@google.com> | Tue Nov 19 18:20:05 2024 +0000 |
tree | 7b3b7b8e8768b8e4a0f3f3b6c728bfe24d5eb314 | |
parent | 5ecbe62e6f0d624724645021d1716fa613a33fd9 [diff] |
[microfuchsia] Disable VM console by default This disables the interactive console for VMs launched by microfuchsiad by default as they trigger b/379163126. Console support can be re-enabled by modifying the cfg in microfuchsiad/Android.bp. When disabled, logs from the VM will be routed to the Android system log instead. Bug: 379163126 Change-Id: I0180ce58e48b404d20527f1fa9c893a52b16b9ed
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: