commit | 90dfd692634ea4bcf4828cec4b3f56cd7fe7f923 | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Oct 30 19:36:46 2024 +0000 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Mon Nov 04 15:34:09 2024 +0000 |
tree | e5f1bd82e66c0a52c54256e0ef577ecdb206c63c | |
parent | 755a258f79fc3cf14ecf5a51ebaf8879bb0a10f6 [diff] |
vmbase: Move MemoryTracker to memory::tracker Introduce a new module, for clarity as memory management doesn't necessarily depend on memory sharing (implied by it being part of shared.rs). Note: no function change intended. Test: m pvmfw_bin rialto_bin Bug: 377276983 Change-Id: I7231be6a07c0c08b2465cb51629124719c0c9cb4
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: