commit | c1621f8fc7c2000b65c1e41d3570054c20b9b134 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Wed Jul 10 09:31:22 2024 +0900 |
committer | Jiyong Park <jiyong@google.com> | Wed Jul 10 18:51:11 2024 +0900 |
tree | f45a9857de04a7c49e6fca77c36687fe4a485522 | |
parent | cde121fd8ef8d06c4b983b2c057c25647532b9e9 [diff] |
Disk for custom VM can be composed from partitions This is needed for Ferrochrome in order to have multiple copies of the "state" partition per user while keeping to have one copy of the OS itself (kernel, rootfs, etc.) Bug: 351973725 Test: N/A Ferrochrome doesn't yet use this feature due to the lack of support for specifying GUID for the partitions. Change-Id: If6fde37f0dedd4af9a237cadfcb4ecf43b57ccd2
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: