commit | 5c089ebfe9443578704ee7bfef1f7c950d337b59 | [log] [tgz] |
---|---|---|
author | Jihoon Kang <jihoonkang@google.com> | Thu Oct 12 00:07:45 2023 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Thu Oct 12 00:07:45 2023 +0000 |
tree | ab68e6b1e88f7d382dec6fe0626dee4652712a0c | |
parent | 2530acec64500925fcdce4d710b2c3030de3a0c4 [diff] | |
parent | b6e772a246ce4da7e7ae4144fc5083d57764659c [diff] |
Merge "Prepare for keeping concrete overrides of abstract methods" into main am: 189606e08d am: 54aa1241b0 am: 1960df4560 am: 01b4477e67 am: b6e772a246 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/2781330 Change-Id: I2a1f000528423b2a55f198e640f9549e7f92358b 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: