commit | efa247ed9c674daea183694b0af1ec4dea6a3ce9 | [log] [tgz] |
---|---|---|
author | Chris Wailes <chriswailes@google.com> | Wed Dec 04 11:05:38 2024 -0800 |
committer | Chris Wailes <chriswailes@google.com> | Mon Dec 16 11:21:55 2024 -0800 |
tree | c82053af5c3f7e2c70b7c5636be604dfa1d73790 | |
parent | d6eecf0dcd00613181a94d4518b0205810f73f47 [diff] |
Update code for Rust 1.82.0 The `addr_of!` and `addr_of_mut!` macros are no longer unsafe. Test: m out/soong/.intermediates/packages/modules/Virtualization/libs/libvmbase/libvmbase/android_arm64_armv8-a_cortex-a53_rlib_rlib-std/libvmbase.rlib Bug: 369422063 Change-Id: I249fbf4752c7240acd096cda205c678c74baf4b1
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: