commit | 3300149400f895e4a7e5d5067a337f0a4aff364c | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Aug 14 17:57:30 2023 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Aug 15 17:47:09 2023 +0100 |
tree | fe2453b7212fb13cbc79ce1cff30c66363f69543 | |
parent | fd694c75c6187f91b110cec2d917cf644f204902 [diff] |
pvmfw: Add support for variable config entry count Refactor Header::entries out of the struct so that it keeps a constant size and parse the variable-sized (version-dependent) entry array from Config, which will store a validated list of ranges describing the blobs. This should make adding support for new blobs considerably easier. Derive Entry variant count (Entry::COUNT) programatically, using the implementation suggested by jaewan@. Bug: 291191157 Test: atest DebugPolicyHostTests Change-Id: I7e7ad7d249a4463b3979c22b3ce10b00b97ad492
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:
How-Tos: