commit | e3e932d9ef4a9b2925b435fa47dcf413dbc549ed | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Mon Dec 16 20:06:57 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Dec 17 18:18:59 2024 -0800 |
tree | cf25bfb4827e8346b75a07b909a4fd6d8a47c933 | |
parent | 164437a317ec3af187f48f46640873d073eb060e [diff] |
Allow vendor clients to use AVF API * virtmgr now checks both clients and origins of FDs * Early VMs are extended to vendors, regarding early_vms.xsd * libavf now exports headers to vendor modules Bug: 369588412 Bug: 383969737 Test: create a vendor binary using libavf and run a vm Change-Id: Id212f4b9b86504f2081faa4e99baee22b860f481
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: