commit | 0606425504634e407245418815b4e8bdedc7b2dc | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Thu Dec 05 17:52:25 2024 +0900 |
committer | Inseob Kim <inseob@google.com> | Tue Dec 10 09:35:29 2024 +0900 |
tree | 2849090ff7df4fad1f61b2bc3f5d445054e68a28 | |
parent | 743adb144793fa047266582bb8aa3c3d3c375622 [diff] |
Refactor libavf to follow NDK guidelines * Add __INTRODUCED_IN * Add nullability annotations * Clarify documentations (such as mentioning UTF-8, rephrasing, etc.) * Rename enum and its value Bug: b/369588412 Test: boot cuttlefish Change-Id: I2ff69092590b2b6962f131eb866843d688a9cdb1
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: