commit | 8f795909192db45cef3b9ee72a82c76506e21e44 | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Mon Oct 23 15:48:34 2023 -0700 |
committer | Frederick Mayle <fmayle@google.com> | Mon Oct 23 15:55:59 2023 -0700 |
tree | dcf2fe540f996950fe57453fceeed509dbd28228 | |
parent | 17bf9631177f37cd83f8f6d4384923b5fcd327de [diff] |
switch from `data_model::DataInit` to `zerocopy` No behavior change intended. The `DataInit` trait has been deleted in favor of the `zerocopy` crate, which doesn't require any unsafe code to use. Bug: 269356487 Test: m Change-Id: Ie1ee815ca1beb06b336cb060a651b75c3b02e1c0
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: