commit | 992c2bb50d2b3b387cc210ed01690bb5d2b4152b | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Oct 02 10:37:42 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Tue Oct 08 17:31:01 2024 +0100 |
tree | af452b901371f50600af3bfc6eafa7343997ebb4 | |
parent | 2b8936c7544d86301d883b66932399441d434936 [diff] |
liblibfdt: Add no_std variant for libfdt_baremetal Add a second rlib that wraps the newly-created libfdt_baremetal cc_library to ensure that baremetal clients (using the *_nostd library variants) don't use the non-_baremetal C library. This allows baremetal code to be compiled with a different set of Clang flags. Test: m pvmfw Change-Id: I71b50eeafe257fa6086805ca5a6b4c0de935bb32
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: