commit | 9da7b2d391bbbd707ef2856f93539aef96879db5 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Tue Mar 05 00:27:28 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Wed Mar 13 15:24:57 2024 +0000 |
tree | 51ae6ec1664312a909d7c1d52ee173f193173ddb | |
parent | 8ce8ce109c2c5f212f355e548ce87c7d17988951 [diff] |
Add derive_microdroid_vendor_dice_node binary This patch introduces a skeleton of the binary that will be executed in the first_stage_init to derive a new dice chain with node that corresponds to the microdroid vendor partition. Actual implementation will be done in the follow-up patch. Bug: 287593065 Test: check that binary is executed Change-Id: Iba68bb52de27fcdf426410d36aca6a29bcc59d7c
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: