commit | 38304eb3b4e2c1c6d3f3499570478302018bdcbb | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Jan 11 22:37:54 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Feb 16 14:52:18 2024 +0000 |
tree | 496e81217475037841a14012f3087fc9ac85c177 | |
parent | e21ed3fd9f01cf36bc5c50b705590f9438e46318 [diff] |
libfdt: Introduce FdtRawResult abstraction type Introduce a type representing the raw result of a libfdt function call, so that we can implement traits (in particular From and TryFrom) on the result in order to centralize and abstract away operations such as trivial type casting. Test: m pvmfw Test: atest liblibfdt.integration_test Change-Id: I26e77cc17e7aa2d5cc437ceed131dca84f6936e8
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: