commit | 82cefb3a1ae24d2bf3d59fa42d092e457d37f16d | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Jan 08 12:10:08 2024 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Mon Jan 08 12:17:49 2024 +0000 |
tree | 1fd3684801b1e5f517ffd72e7f50792b7946deba | |
parent | b12d12466142504c76fa36a035f1328fc10da7b3 [diff] |
Don't use &mut for immutable data We never modify the VM Base DTBO, and there's no reason we would, so don't pass around a mutable reference to it. Bug: 318431695 Test: Still builds Test: Flash pvmfw, start pVM Change-Id: Iea3cd40244e9014af96819d0068f389c0923c70c
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: