commit | a29a86099480305088c51bf4df75a57d417ef4c3 | [log] [tgz] |
---|---|---|
author | David Pursell <dpursell@google.com> | Mon Aug 07 11:51:36 2023 -0700 |
committer | David Pursell <dpursell@google.com> | Mon Aug 21 08:58:27 2023 -0700 |
tree | b3b2bb1dddb2c27b1b98b35260de190337e22774 | |
parent | f36347b06ad5d68febaa65fd6f8025a47329bb14 [diff] |
avb: move Rust bindgen to libavb Moves the avb bindgen rules into libavb, only visible to //packages/modules/Virtualization for now. Future CLs will move the higher-level Rust API wrappers to libavb as well, making them more widely discoverable, at which point Virtualization can be adjusted to use those instead of the raw bindgen. Bug: 290110273 Test: presubmit Change-Id: I4033dc591122d13cebee25e8ce66fc5a27b218c2
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: