commit | 1d8fa0228ad2449f634235e9435c498930d74ad0 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Aug 07 15:51:39 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Aug 07 17:41:13 2024 +0100 |
tree | cd3384750ed640a3abe3e27db324eae7191331fb | |
parent | 9d9cf187deff118fe501de9448a3d7e2aa0c27e7 [diff] |
vmbase: Remove dtb_region from linker scripts Get rid of the region as it was never needed (our code does not generate symbols for it), duplicates the AArch64 Linux boot protocol (which states that the DT should be discovered through x0) used by AVF, and is not even used by any production code. More importantly, it has caused undesired confusion when debugging unrelated issues, for no added value given that the testing coverage it provides is limited to itself. Bug: 355696053 Test: m pvmfw rialto_unsigned vmbase_example_bin Test: TH Change-Id: I554ba106305ef5c84f20131ef377e5a46ca3d0ab
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: