commit | 5c43c6585c01427923401cbec3e7c4ace18282ab | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Aug 14 16:40:37 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Thu Aug 15 10:52:47 2024 +0100 |
tree | 853774b66f13610842d31197bc881d9a758ce669 | |
parent | 37d484d520671251509b190395ab64df6427196c [diff] |
service_vm_manager: Reduce VM_MEMORY_MB to 6 MiB Rialto only maps its code region (up to 2 MiB), data scratch region (up to 2 MiB), and VMM-provided device tree region (up to 2 MiB) so it doesn't need more than 6 MiB. Test: atest rialto_test # currently doesn't pass with the ancestors Change-Id: Iec100ce8006bd10be48f993c0a25ef6d6466c1c8
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: