commit | f4883fcd9ecee358c7565c4e43041ba9909bf53e | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Thu Aug 10 14:37:46 2023 +0900 |
committer | Jiyong Park <jiyong@google.com> | Thu Aug 10 14:48:03 2023 +0900 |
tree | 9c2ac7ff52f9fecac300389bb16de4e9c15ccd38 | |
parent | da78a6ca21a0f260b5b7d56f6bcc72799286166c [diff] |
Add libavfutil The library has common utilities for various components in AVF. Bug: 295168844 Test: atest libavfutil.test Change-Id: If24309f480d0704c6bcba9c193a4caf578ee9d51
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:
How-Tos: