commit | 1d0127731bb55ba3da0269841026048e35cc7e15 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Oct 30 19:20:14 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Nov 04 15:34:06 2024 +0000 |
tree | 428116598574b01d881670a15eeb2766ac9a8ba9 | |
parent | 462bdf4fc59d083fdd6ac8c509518d88026125d5 [diff] |
vmbase: Move handle_*_fault() to crate::exceptions Move the functions out of vmbase::memory::shared. Fix the visibility of the corresponding MemoryTracker methods. Note: no functional change intended. Test: m pvmfw_bin rialto_bin Bug: 377276983 Change-Id: I56f273e5ca5d8d544248aa4c695c9d535b6c8b0a
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: