commit | 84ba1a80245d4710ab50e8627528fc94f0f493a8 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Oct 30 11:27:32 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Nov 04 15:26:31 2024 +0000 |
tree | db016baa0f6cc6b9f09ec097f7353e1d0be453c0 | |
parent | 6d635ecfc3e1a7a4970355591939c942e8ae525f [diff] |
pvmfw: Make template Fdt const Make Fdt::unchecked_from_slice() const so that the template &Fdt can also be const, making it slightly clearer in the code using it that the template DT is immutable. Test: m pvmfw_bin Bug: 377276983 Change-Id: Ic667d52bf9fb72bea611b0af1749693dae07600a
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: