commit | 2188d800342648faafd01dc6964a638a5c18c547 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri May 24 10:56:26 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon May 27 09:55:44 2024 +0100 |
tree | 2d50b20dc5a9a6b330b8f519d4a8a68e6cd384a5 | |
parent | 8b5533d7b659de7c1468c74f26cb193748063785 [diff] |
microdroid: Sign images using pvmfw_embedded_key Alias microdroid_sign_key to pvmfw_embedded_key to express in code the dependency between them, which was until now only described by a (now superfluous) comment. As pvmfw_embedded_key is itself an alias for avb_testkey_rsa4096, no changes are expected from this commit. Remove the rest of the comment (about different keys) as it seems to be more confusing than informative. Bug: 342549834 Test: TH Change-Id: If7ee5bacfbb2db9dd4a2369290a559c848e3a325
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: