commit | 81c5bc7bf147bbed9fc16585c7072cbdd0883280 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Jan 29 13:39:07 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Thu Feb 08 18:06:23 2024 +0000 |
tree | 44b3badbf9ef46071445583c2add378c9b42cce9 | |
parent | d83741dd7bb518d305fda6dc71786082fa206cdf [diff] |
libfdt: Move FdtNodeMut::next_node_skip_subnodes() As the function only deals with node offsets it isn't tied to the mutability of the node so move it to Fdt, which will allow it to be re-used by FdtNode, if needed. Simplify some variable names but keep the codeflow unchanged. Test: m pvmfw Test: atest liblibfdt.integration_test Change-Id: I4977a1da3072f3d2b45cb33e129a740524093659
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: