commit | e9764720ebd2afb7cb8a635a6970c735e2ac5bcb | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Apr 01 12:52:21 2024 +0900 |
committer | Jeongik Cha <jeongik@google.com> | Fri Apr 05 10:12:54 2024 +0900 |
tree | 534cd0d559bf043fa224b37fcef92ebe9742ba8b | |
parent | 7a3f403d1e3bf3c5c00cf902215e7b4d085aa1e0 [diff] |
Add native lib for the android display backend It's not used by crosvm yet. And there are many TODOs left. * Rename to libandroid_display_backend.so * Use binderRPC over UDS * Don't copy frames (b/331900473) * Write in Rust Bug: 325929966 Test: m Change-Id: Ib4e5589d6200c5758a06e95fb5103e70b837bdae
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: