commit | 99a7690c9635fd203dd861a444dfff129b5542e7 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Dec 21 10:30:37 2023 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Feb 06 12:26:25 2024 +0000 |
tree | d9bcb56ec3a9e8fef6bb4f4d59d0a97ef8e24f02 | |
parent | cb92b511e9622c1e512b44401b854700336bbfda [diff] |
libfdt: Move FdtError, Result to dedicated module Start breaking up lib.rs by moving all types and functions related to libfdt results into their own file. Mark the functions pub(crate) to allow them to be called from lib.rs. Test: m pvmfw Test: atest liblibfdt.integration_test Change-Id: I597a6ba56fb1399e474dfc822a1d2d72c1132453
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: