commit | f3536decc4750228fd709030bf324c27b4070f3c | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Fri Nov 22 14:00:57 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Dec 03 16:25:57 2024 +0900 |
tree | 14fb3947a0c68ef97672722b155618755b17edef | |
parent | bde1c58538d49bcb8ed21a8df9f00b7f2f5fd754 [diff] |
Implement LLNDK for AVF libavf will be a new LLNDK serving stable C APIs for AVF. For now it supports creating a raw config, setting part of fields of raw configs, spawning/connecting to virtmgr, and then creating a VM. Bug: 369588412 Test: run a VM with libavf Change-Id: If0ef5ec4e4121a872e65e862698f674e0352c372
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: