commit | 1125e0107e873b8bbffafd6dfadb8f2109f3d7eb | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Oct 13 12:31:10 2023 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Mon Oct 16 11:40:28 2023 +0100 |
tree | bf189208a1bad378af231d2a8da4e7219db1cade | |
parent | ef47789b15936205c901611b68d7008cdcfb8336 [diff] |
Refactoring: split Microdroid Manager main.rs It's way too big, and it's making it hard for me to see where to make my next change. Move APK / APEX verification to verify.rs, and DICE derivation to dice.rs. Rename what's left of the old dice.rs to dice_driver.rs, since its role is now just to communicate with the driver. And a few other minor tweaks. No behavior change is intended. Bug: 299591171 Test: atest MicrodroidTests Change-Id: Ibb25473d4d969d64a782babfa7a5f4a7874c1cdf
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: