commit | f2c19d48e30daff7b9a9e26d763f649bf0b62b39 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Oct 01 17:42:04 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Oct 08 17:43:28 2024 +0100 |
tree | d4f10a4e55d2c7edb94505d1e32f4425bf266a97 | |
parent | 992c2bb50d2b3b387cc210ed01690bb5d2b4152b [diff] |
vmbase: Re-expose fdtpci as vmbase::fdt::pci All users of the crate are VM guest kernels, which are also using vmbase so streamline the dependency graph by (for now) removing fdtpci from their explicit dependencies and re-exposing its functionality as a module of the vmbase crate. Note: No functional change intended. Test: TH Change-Id: I384dab5267813936237626ee7286376ca7aa6ebd
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: