commit | ff0dc0de4cee84024d6843c4d2184cd45c9df593 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Jan 06 17:38:21 2025 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Jan 07 14:53:41 2025 +0900 |
tree | 5c72d538a378d04980e2623a2be723ad780d6fdd | |
parent | eec218ab1321e24a80bac8599d80fc31d561dc50 [diff] |
Build guest agent programs as deb packages It uses cargo-deb to build the guest agent programs as *.deb packages. In doing so, they are built as static executables. And the deb files are installed via the localdebs directory. Bug: 372168347 Bug: 382417268 Test: run terminal with the guest image Change-Id: I8574ed8c4358ea11880d189c258b2330753b938d
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: