commit | fd6836652965a71511f8b653d82bd21a91c74047 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Thu Jan 30 22:35:36 2025 -0800 |
committer | Jaewan Kim <jaewan@google.com> | Thu Jan 30 22:35:36 2025 -0800 |
tree | e8bbdfc846440556804981f5e1611d4c9ded3967 | |
parent | 4a0999b6c47ff11833f87752297e3d8a3cbdfb28 [diff] |
libavf: Fix AVirtualMachine_start() documentation `virtmgr` expects start() is called only when `VmState` is `NotStarted`, and returns error for `Dead` nor `Failed`. Fix the comment to follow the actual behavior. Change-Id: Ide26bbe42af1f7300dbc135a7b065eee6314c449
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: