commit | d9ab481a005283adb9ffa639a633c3b6e92bd654 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Jan 05 15:49:01 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Jan 18 19:15:09 2024 +0900 |
tree | 6f4fe9baf007df1c6014e41316d10e19d38c7763 | |
parent | 9d09f57aa8ca6afbdb9bb60d5f899dfc5fac6607 [diff] |
Validate setOs and --gki when creating a VM As config files can specify os, VirtualMachineConfig.setOs() and --gki option in the vm tool will work only for binary payloads. This change validates those so users don't accidentally use both os and config. Bug: 302465542 Test: atest MicrodroidHostTests MicrodroidTests Test: manually invoke vm tool Change-Id: I122de63d32ab7414af780783fe758e8b34b5c649
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: