commit | 0d5434d43ab686500e5c4f2019691bde1faabaa4 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Thu Nov 28 21:50:56 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Nov 29 14:30:30 2024 +0000 |
tree | 0f2f928432d32837a98600692b5090ac7d402b9b | |
parent | 1ea25a69c07ad4a5469cd918f24228a3d4e47c8b [diff] |
vmbase: Move stack guard page to own section For clarity in the linker script and resulting ELF. While here, move init_stack_pointer inside of its SECTION. Note: No functional change intended. Bug: 377276983 Bug: 381440625 Test: m {pvmfw,rialto,vmbase_example_{bios,kernel}}_bin Change-Id: Ibd1d372f89681e28e07dbd63f9328405495e6d8d
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: