commit | ea5dd526b71a07a02e42a060c62416d416ff1bd8 | [log] [tgz] |
---|---|---|
author | Elie Kheirallah <khei@google.com> | Tue Nov 26 22:16:01 2024 +0000 |
committer | Elie Kheirallah <khei@google.com> | Mon Dec 16 22:34:04 2024 +0000 |
tree | e7475a81aaf99eff70d55fe975233cdf3253f8d3 | |
parent | bcb76ee14b0da4c85c19b32ace1b93c65365fb92 [diff] |
Add dtcompare tool and device tree validation test changes Created dtcompare tool to compare 2 device trees. The tool traverses the trees depth-first, and allows ignoring values of properties, and skipping properties completely. Avoid using diff. Using FDT allows more flexibility in comparing device trees, such as skipping over fields or validating their presence. Some fields in the device tree are expected to exist and contain separate data, and it should be validated that such fields exist. Other fields can be ignored completely. Bug: 360388014 Test: atest avf_backcompat_tests Change-Id: Ib4d5f89bbc25e90bd47dd422f7966ab3f2910433
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: