commit | 63b67d750d13bf957e385abbca2bfc2411474f00 | [log] [tgz] |
---|---|---|
author | Chris Wailes <chriswailes@google.com> | Mon Aug 19 16:23:21 2024 -0700 |
committer | Chris Wailes <chriswailes@google.com> | Wed Aug 21 12:23:36 2024 -0700 |
tree | 467901fb207896a41eeb156864d8335b52567e4c | |
parent | 3eab004c71567a38af4c4e9b5de4f6de6924a208 [diff] |
Update source for Rust 1.80.1 1. Fixed documentation indentation issues 2. Avoid unnecessary borrow: ``` error: the borrowed expression implements the required traits --> packages/modules/Virtualization/guest/microdroid_manager/src/verify.rs:275:21 | 275 | cmd.arg(&hex::encode(root_hash)); | ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `hex::encode(root_hash)` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args ``` Test: m rust Bug: 361370910 Change-Id: I3afa02a699dad0197e8ed899721983cf7dcdf27a
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: