commit | b6e772a246ce4da7e7ae4144fc5083d57764659c | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Wed Oct 11 22:32:31 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Wed Oct 11 22:32:31 2023 +0000 |
tree | ab68e6b1e88f7d382dec6fe0626dee4652712a0c | |
parent | 4416f18d5154e5a3eb977f720ce5f506b851c750 [diff] | |
parent | 01b4477e67d5990764c4fbef87a330a4d66bb831 [diff] |
Merge "Prepare for keeping concrete overrides of abstract methods" into main am: 189606e08d am: 54aa1241b0 am: 1960df4560 am: 01b4477e67 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/2781330 Change-Id: I5bb5e1d27c80c75c1b54dd4a59d722d589e4fc3b 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:
How-Tos: