commit | 6b42b8dd4eb5a70cdd7a21be78cbab1afa3083a4 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri May 31 15:19:07 2024 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Fri May 31 15:37:53 2024 +0100 |
tree | ac25a4248c75c82f38e6a53f7a17efda24615621 | |
parent | 6c6535d07ef6be7f4957640cc627bac599d12bce [diff] |
Don't use non-protected VMs for CompOS We originally allowed this, on debuggable builds only, for testing purposes - Cuttlefish doesn't support protected VMs. But it's a bad idea, and we don't test on Cuttlefish anyway. Bug: 342092886 Test: atest CompOsSigningHostTest Change-Id: I90dfc67f3fa878ed12b8bcc183b873e8eb354307
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: