commit | 2c63f301d84bd8aef2fb5eaab98fced5dfefa884 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Nov 26 13:37:16 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Dec 09 15:15:48 2024 +0000 |
tree | 03bba3c18eb4d283aa9e440db3017e022cdea705 | |
parent | 938b4fb50eeaf2e607f3cd5b7c45de44a5e7d2bd [diff] |
pvmfw: Don't panic on extra VBMeta properties Remove the assumption that the image should contain a single property descriptor (the descriptors should NOT be re-used after pvmfw, and extra descriptors are safe to ignore) and update libpvmfw_avb.integration_test to prevent a verification error. Bug: 339779843 Bug: 339782511 Bug: 378673494 Test: atest libpvmfw_avb.integration_test Change-Id: Iacf7efc2278354eda10e50a2a1f2122815dedab3
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: