commit | e636342abac4c334629506e93bf36efb612e5cba | [log] [tgz] |
---|---|---|
author | Jaewan Kim <jaewan@google.com> | Fri Jan 19 14:00:00 2024 +0900 |
committer | Jaewan Kim <jaewan@google.com> | Thu Jan 25 00:43:46 2024 +0900 |
tree | c80aa3d1db0d1a0b2038b81f926cce293394df10 | |
parent | 4a34b0d78148e4148dc79136a34afdc0125e75d5 [diff] |
libfdt: Add FdtNodeMut::add_subnodes() New API helps to add multiple subnodes at once. Existing add_subnode() can't be used for the purpose because borrow checker thinks that both self and the new subnode have mutable reference of Fdt at once, even when the new node is dropped immediately. Bug: 318431695 Test: atest liblibfdt.integration_test, TH Change-Id: Ie490954a188362611e5175029b954536f837e283
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: