commit | 7b832a974e6f13c8a8773cfd5eae3378ac1e7944 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Tue Mar 11 00:03:01 2025 -0700 |
committer | Jaewan Kim <jaewan@google.com> | Tue Mar 11 00:03:01 2025 -0700 |
tree | 26f3ecaa3f86aa6610d6fc892ac5de0a92a96b29 | |
parent | c8a28850eae0ae859aa87a34ee2752b86e5657f9 [diff] |
VirtualMachine: Fix Javadoc for restarting VM `virtmgr` expects start() is called only when `VmState` is `NotStarted`, and returns error for `Dead` or `Failed`. Fix the Javadoc to follow the actual behavior. Change-Id: I2f4e4ad6ae3bc296558195cc83c00f0a9991b7da
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: