commit | 6203d6714370257f349c7e79648353f8c85812e8 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Nov 18 14:54:31 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Nov 19 09:23:30 2024 +0000 |
tree | 96517acc318fc92bb26e91581d7791816cd112a2 | |
parent | e5fffd83fe117450745601fb37f528ddaae85656 [diff] |
vmbase: Provide baremetal DiceClearMemory() as lib As libdiced_open_dice_nostd has a missing symbol, DiceClearMemory(), that must be provided at link time, export it for all (baremetal) clients of vmbase as a static library to be linked into their final executable. Link it into pvmfw and Rialto and remove their duped implementations. Bug: 357008987 Test: m libvmbase_dice_clear_memory pvmfw_bin rialto_bin Change-Id: I8d28e0ec11e1407c71de3e8f5c75069389151141
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: