commit | fe06be61282e86ef1640c06b7bfc077bd8434ae2 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Mar 13 17:09:15 2024 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Wed Mar 13 17:14:34 2024 +0000 |
tree | c7cfc8ebc212cb4aa6c1ab8b66f0e6814f95a893 | |
parent | 57513269a76b9c333359ccd58f14473b2cf14cd8 [diff] |
Test AVF is supported on V devices VSR mandates AVF for devices launching on API level 202404. Add a test for that. While I'm here, tidy up comments, make a more accurate CDD reference. Bug: 303626819 Test: atest MicrodroidCapabilitiesTest Although my current test devices correctly hit assumption failure Change-Id: If4f8e4a5ac37ffeea7e407c3644aac11b1a17aee
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: