commit | 03754961e09b54d2ecf4a06c40e93a898e1c5b66 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Nov 06 15:36:09 2023 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Wed Nov 08 16:44:11 2023 +0000 |
tree | 4882bf3939f460ffb94f1f3ae8a65d046544a20b | |
parent | 80ed24175ffae76118e20a88fb8e6093f746773b [diff] |
Microdroid Mananger main.rs refactoring I'm just re-ordering functions here, to try to make the startup sequence easier to see. The various helper functions are moved down, and the functions that do the actual work are moved up and in the right order. I also move one function only used in verify.rs to that file. Bug: 308759880 Test: atest MicrodroidTests Change-Id: I563036b4a23970b23f80598030d9e42a4b0e3425
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: