commit | 3a46b27dde1bbd51eade1cb01f591aab3defac06 | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Mon Feb 10 21:55:49 2025 -0800 |
committer | Frederick Mayle <fmayle@google.com> | Thu Feb 13 15:37:22 2025 -0800 |
tree | 0cdb8bf97540ed49541cdf4630b2fc5b332fd6f8 | |
parent | cc9862fcf3a0422ec1f5ee4aed288e2309cf7b37 [diff] |
virtmgr: add CallingPartition enum No behavior change intended. We'll be checking the calling partition in more places soon and having an enum a bit nicer than using strings. Test: m Bug: 393087663 Change-Id: I46a1f5d233169a6f9ec3b5963ee3fd9bbbcb3a7c
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: