commit | 62c6de9f7c279e9570c2063db556521567a87304 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Wed Mar 19 15:23:37 2025 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Mar 20 14:06:55 2025 +0900 |
tree | 72e408ba3ee5a3eb8a96e7c82ea3b5afcfe729e4 | |
parent | 9e8f02476750e6d6447047b101672847398d2bc1 [diff] |
Always install libavf.so libavf.so is an LLNDK so it must be installed even when the device doesn't support AVF. Bug: 391273338 Bug: 404489902 Test: atest vts_libavf_test without AVF Change-Id: I61b4fc1c2729f224ad8f586db4187ae3544b8b8b
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: