| commit | b584ac6bc8ae750e391c526ca708ad5455613b00 | [log] [tgz] |
|---|---|---|
| author | Jiyong Park <jiyong@google.com> | Fri Jun 20 23:29:59 2025 +0900 |
| committer | Jiyong Park <jiyong@google.com> | Wed Jun 25 15:09:56 2025 +0900 |
| tree | e657d3d7e54db088b7c138567f7be6ccd4942549 | |
| parent | eb705cbeda588fac8b4716c08db10b9e2d384fb1 [diff] |
Remove IGlovalVmContext IVirtualMachine registered to virtualizationservice replaces the role of IGlobalVmContext. Bug: 418877672 Flag: EXEMPT refactoring Test: run two VMs. `vm list` shows the two VMs. Then kill virtualizationservice, and then `vm list` again. the two VMs are shown correctly. Change-Id: I02f48f7743055d6e1cd49c3e7b802c0e7d872951
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: