| commit | bd10f35f462eef2eb29f84305d2f4de1be6c5b2e | [log] [tgz] |
|---|---|---|
| author | Jiyong Park <jiyong@google.com> | Wed Jul 23 16:44:47 2025 +0900 |
| committer | Jiyong Park <jiyong@google.com> | Wed Jul 23 16:47:15 2025 +0900 |
| tree | 97c1c9094b9f4d3bb865d6e56744fef703cfc3be | |
| parent | 22ea949572545c11e80a1c2b54f28aba3fc7d0bc [diff] |
Fix flake in vmListDoesNotShowDeadVirtualMachines `vm list` could show other VMs which are leftover from other tests, or VMs that the system is actually using (i.e. not for testing). So, instead of asserting that `vm list` shows an empty list, check that it does not contain VMs that this test created and forcibly killed. Bug: 433464384 Test: atest MicrodroidTestApp Flag: EXEMPT bug fix Change-Id: Ib250367e9c1af4ffed98d62a4feda73cbeeafb49
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: