commit | 6c4cda08d116764b49b23c32ba2a7b9cad717e1f | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Tue Jul 18 08:18:07 2023 +0000 |
committer | Alice Wang <aliceywang@google.com> | Tue Jul 18 08:18:07 2023 +0000 |
tree | 535fd566fb0a37344b1ac1b463b62f5f5d159bce | |
parent | 56faaefe8f917c118d4bb56aa27b3e53534730ba [diff] |
Change visibility of alloc share/unshare functions to pub(crate) This cl modifies the visibility of several alloc share/unshare functions from pub to pub(crate). This is because these functions are only used within the crate and do not need to be accessed outside of it. Test: m pvmfw_img Test: atest rialto_test Bug: 274441673 Change-Id: Ie0165d23d7d5b0a3885965d9574b6715dd32fc8c
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: