commit | 26e41affcd53edf1f57b729f0fe536dbccdb338b | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Wed Feb 05 18:30:29 2025 -0800 |
committer | Frederick Mayle <fmayle@google.com> | Thu Feb 06 13:34:08 2025 -0800 |
tree | bc85fdc73fcc0d896490405ecd0d50feeffc609a | |
parent | 046ca6f21ae72db526d26c662e7c69b045310695 [diff] |
virtmgr: don't alloc for small log lines Use `shrink_to` to make sure the buffer doesn't stay large after passing along a particularly large line. Test: start microdroid Change-Id: I95be2b28d07fa8368e8f5e1a7e7148738ebc8026
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: