commit | 083193bd3ad5c6b99ecf8233ae5a53633a56c197 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Dec 05 02:01:15 2024 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Dec 05 02:01:15 2024 +0000 |
tree | ad7ce3b9e27ae9f5aa4a4ef207df66a4a4ca1c9f | |
parent | 6749fb39a10e8a9bf6a0318aae60d8df88c7e2aa [diff] | |
parent | d9c21f0c8a0c2f21b0a4ffeb5273bea82361b95e [diff] |
Merge "Implement LLNDK for AVF" into main am: d9c21f0c8a Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/3371024 Change-Id: Ibf3eb97d413175e0483a5d3151dd4cc4ec74b3b9 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: