commit | b266e0ed77287641009de6da77e44690128b5c84 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Wed Sep 27 15:44:53 2023 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Fri Oct 06 20:49:43 2023 +0900 |
tree | 81662dacac5b138143d856f12c04b93e08143238 | |
parent | 3dfc0ab5db7ce9976ba1fa724739dec52ed75467 [diff] |
pvmfw: Validate config header entries when Config::new() This makes implicit assumptions explicit in one place and also helps to remove unnecessary checks when getting entries. Bug: N/A Test: atest CustomPvmfwHostTestCases Change-Id: Idad0ce1e827ae94bbdf6afba946a0375e199634f
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: