commit | ab035a527281e07a100f89cee07a971431a633dd | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Thu Mar 14 00:33:50 2024 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Mar 14 00:36:09 2024 +0000 |
tree | ffb76984f9f56694adc30af82b8c32066304bd21 | |
parent | e18cc13c2dfca560fdedf010cf43d0a9da1c480e [diff] |
Add DiceDrive::from_file factory method This new function will be used in microdroid_manager to read the dice chain written during first_stage_init for Microdroid VMs with microdroid vendor partition. This patch also adds a simple unit test to ensure that a dice chain read from the file is equal to the one written to it. Bug: 287593065 Test: atest libdice_driver_test Change-Id: I5fa10a4b405b23f2c1980a920f0e72077623c01c
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: