| commit | 2bae4e25d8ac19ba7a27fa0d29eb8f5241c9c820 | [log] [tgz] |
|---|---|---|
| author | Jiyong Park <jiyong@google.com> | Sun Jun 22 00:31:07 2025 +0900 |
| committer | Jiyong Park <jiyong@google.com> | Wed Jun 25 15:09:58 2025 +0900 |
| tree | 80dfee90b34381781737e85b8e0206fb30e04116 | |
| parent | b584ac6bc8ae750e391c526ca708ad5455613b00 [diff] |
Delete temp directory for VM when it's gone Flag: EXEMPT clean-up Bug: 420736937 Test: run microdroid, and then kill the vm. /data/misc/virtualizationservice/<cid> doesn't exist. Test: run microdroid, and then kill virtmgr. /data/misc/virtualizationservice/<cid> doesn't exist. Change-Id: I972dcc80b0a7d440c8ef42a2f813d7d0ca7b2bcf
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: