commit | 9290081b6a28d5ab49ea826b4678b56d84028b52 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Tue May 14 13:44:21 2024 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Mon May 20 12:19:00 2024 +0100 |
tree | 43e6658e633403bbfab053a994814418248824d4 | |
parent | cc02cb9a7eed8f0328161fe1a30c105576af5f69 [diff] |
Re-enable AVF capability test AVF implementations must support at least one of protected or non-protected VMs. This reverts commit dded3f500fa0f7663cd1fff7d01c26beaea3b46d. I've verified locally that this passes on Oriole with a recent git_24Q3-release build. Bug: 329234786 Test: atest MicrodroidTestApp Change-Id: I40a584e0a9e65875a986f431d8ed69357a81f20b
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: