commit | 44aba6440d9bc28e20e7e264940dd049db478578 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Fri Sep 15 11:44:34 2023 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Sep 15 11:46:56 2023 +0100 |
tree | 800c105700836ba78d0d7dcc531db730bf088dc5 | |
parent | cfb5f9b7db8ab7619894c22f3bff646485396770 [diff] |
virtualizationmanager: Run rustfmt on crosvm.rs Trying to repo-upload a change to the file fails with: [FAILED] rustfmt hook FILES: virtualizationmanager/src/crosvm.rs Files not formatted [FIXUP] rustfmt has automated fixups available So let rustfmt do its thing before pushing any other changes. Test: N/A Change-Id: I3f1ed91e75a2345816dc6d5e07945cc80234fefb
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:
How-Tos: