commit | 5f1a6039cfdcb21e04cc82d3bfe3f0796d6d78e1 | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Mon Dec 18 15:17:58 2023 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Mon Dec 18 14:23:32 2023 +0000 |
tree | c38c4de7db2434e1f4884a5ca5b2d10976f86e01 | |
parent | 520260145e3de1f2a8df12b4377f2b33ed6f4fd8 [diff] |
libfdt: Add APIs for iterating and deleting subnodes In detail, added following APIs for implementing FDT filtering: - FdtNodeMut::first_subnode() - FdtNodeMut::next_subnode() - FdtNodeMut::delete_and_next_subnode() Bug: 277993056 Test: atest liblibfdt.integration_test Change-Id: I18f93910ed5d28c4dbb2d38119b6839046775608
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: