commit | 10bea6f7e5566ff82b8f8dc47dbc8efbf55ebf65 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Tue Nov 26 22:04:10 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Dec 09 15:31:12 2024 +0000 |
tree | 11b08c31e45020b37a1000cd3eadef7760c0c566 | |
parent | 9fbbaf34313185f0cd4f7bbb45878e684ebdcb4a [diff] |
pvmfw: Move RBP into crate::rollback Move support for rollback protection out of main.rs, as it has grown to take up most of the file. Code changes are as minimal as possible. This prepares for upcoming refactoring commits. Note: No functional change intended. Bug: 377276983 Test: m pvmfw_bin Change-Id: I0a200ca4dbd627c11fe7783142f8136d454e56b1
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: