commit | 8ce8ce109c2c5f212f355e548ce87c7d17988951 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Tue Mar 12 15:37:03 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Wed Mar 13 14:40:17 2024 +0000 |
tree | 5cd2a6bb3d0fb1ac430e9609505dfba78d4a95f8 | |
parent | fd10953300a19f9e6cdf80a0ec47af43f9d5fe64 [diff] |
Add microdroid_resources directory to ramdisk & system images This tmpfs will be used to store the dice chain generated by first_stage_init in for Microdroid VMs with microdroid vendor partition. Actual binary that generates & stores the dice chain will be implemented in a follow-up patch. Bug: 287593065 Test: atest MicrodroidTests Change-Id: I714b0b749c5cf96110c44ca3dfe7528ca734d619
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: