commit | f89759c4d39b486415941e9e411aae8ab8109c30 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Nov 19 15:25:37 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Thu Jan 16 19:32:06 2025 +0000 |
tree | 573f0b088de9716f66b21a4d7486435406f7107d | |
parent | d497a70d83e5effae2490126101880984a9b1f46 [diff] |
pvmfw: Don't abort boot for missing /avf/untrusted pvmfw currently aborts the boot if the input DT is missing /avf/untrusted or its <instance-id> property. However, a legacy payload relying on the instance.img RBP solution doesn't necessarily require either and there is therefore no reason for its boot to be affected by their absence. Note that this change doesn't affect RBP solutions which require <instance-id> as those still panic when it's missing. Bug: 291213394 Bug: 377276983 Test: m pvmfw_bin Change-Id: Iea4560e532e3d03722713ee01aa481be95f8f264
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: