commit | e49b2f2ad5eb80b2136458a3b932b7bc5520253c | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Thu Feb 08 08:40:36 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Feb 08 08:40:36 2024 +0000 |
tree | c0d7904cb3fddd6128f6918f4279fc36c07a5c1b | |
parent | cfd44ca27913f17d033d1bccfed3b5f933a80e2c [diff] | |
parent | 98acfc3bab8ae2b09f9a8d03be8a7b1707bbe9eb [diff] |
Merge "[vm_payload][refactoring] Remove redundant vm_payload/lib.rs" into main am: 98acfc3bab Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/2953088 Change-Id: I9703d6f41e57d80e20120d8f85206d6df0cb200f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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: