commit | 91be1905f4dc7c4a5236715759c65de55c90fbb8 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Jan 22 21:15:19 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Feb 16 14:52:18 2024 +0000 |
tree | 530571fa205dbd58bac0ac7dcc59f091cd5dbd75 | |
parent | 38304eb3b4e2c1c6d3f3499570478302018bdcbb [diff] |
libfdt: Replace helper functions with FdtRawResult Move all FFI interfaces to the newly-introduced FdtRawResult, implementing TryFrom<FdtRawResult> as needed, and remove the now-obsolete helper functions. Note that all low-level libfdt wrappers now simply return FdtRawResult::from(ret).try_into() Test: m pvmfw Test: atest liblibfdt.integration_test Change-Id: I54ee0330556533a7a8d0ce07f15fed50849260eb
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: