commit | bfa4060ff5e82cdb3156c7e077fa1ff74e289f0d | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Dec 09 20:13:57 2024 +0000 |
committer | Nikolina Ilic <nikolinailic@google.com> | Tue Dec 10 23:10:21 2024 +0000 |
tree | 002b1f08369b3bd305eeb57ef3b3064018474e00 | |
parent | 267fbb30e139e2a092dc40f90750401d1a19c816 [diff] |
pvmfw: Return MemorySlices from main_wrapper Prepare for UEFI support by returning the mapped slices instead of raw (base, size) usize pairs, to reflect the fact that those are properly mapped and reduce the number of intermediate variables. Note: no functional change intended. Test: m pvmfw_bin Change-Id: Ia64fea633d04f417e6c4ac80d8b4b15ad503f362
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: