commit | 07c13771d335d6401185b4a42f31bf44cc564658 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Feb 16 14:10:25 2024 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Fri Feb 16 14:41:35 2024 +0000 |
tree | 1401e7ebd7e91eda4f9245b9c23be85d2191cc0b | |
parent | 275107745bccde107b9d0e4950fc490c1911e39c [diff] |
Test either protected or non-protected VMs are supported (Or both.) This is a CDD requirement for any device advertising the FEATURE_VIRTUALIZATION_FRAMEWORK system feature, so we should have a test for it. I had to add this as a separate class since otherwise it would be skipped. I did some minor refactoring to make that easier. Bug: 303824186 Test: atest MicrodroidTestApp Change-Id: I2d495ca8846e94361cef8f9e748507ee22e8e443
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: