commit | 1a25d9864023a0ebbdccb364392f74dadea88460 | [log] [tgz] |
---|---|---|
author | Armelle Laine <armellel@google.com> | Fri Jan 31 06:39:54 2025 +0000 |
committer | Alice Wang <aliceywang@google.com> | Tue Feb 11 07:50:50 2025 +0000 |
tree | 30d0d7fefa80ce288ea99a998d4f58e1e603efab | |
parent | 6891c0e8334ffa36c48baa1dbaa74e7249310bfa [diff] |
virtmgr: Support early VM from /system/[system_ext/product] the early_vms.xml discovery logic shall support devices where system_ext is not its own partition but a symlink of /system/system_ext or /system/product. Bug: TBD Test: atest virtualizationmanager_device_test Test: boot security_vm on Trusty QEMU Change-Id: Ibd057bb1c509fa4c0870c1807e2d5d5ebf2c698f
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: