commit | 01c8313131997bae6891283960d01f2aefa49e64 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Mon Apr 15 16:48:57 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Apr 15 18:40:38 2024 +0100 |
tree | bb829e81db1a100b56ae7f06686627a627e65ea4 | |
parent | ec8fd19bd1c543e75c4765fe6f2ba462f408b608 [diff] |
virtmgr: Clean up unnecessary match statement Use the '?' operator instead of manually returning the Err(). Centralize the calls to OwnedFdt::as_mut() into a single call. Test: m virtmgr Change-Id: I2ceead0796b34962ab5d22e2a8fb71795c197e60
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: