commit | c01fd0dab60f2d51ec1033bf89bb70351ce7f3ba | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Jan 25 22:26:22 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Feb 06 10:26:11 2024 +0000 |
tree | 03a47ff0b61a14874c08e104005b8d4297dc27ca | |
parent | ce0b36db1e5d974c99fcda1e93f491adcfc9a726 [diff] |
libfdt: Remove duplicate FdtNode::from_mut() The method duplicates FdtNodeMut::as_node() so remove it. Even if it's pub, the only user seems to have been in pvmfw so replace it. Test: m pvmfw Test: atest liblibfdt.integration_test Change-Id: I714a95d9a2c947e91f7bb5c86564ee13af898cbb
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: