| commit | 5974d6535ce662a9aba2848c53715d69163be5c7 | [log] [tgz] |
|---|---|---|
| author | Pierre-Clément Tosi <ptosi@google.com> | Fri Aug 22 11:16:19 2025 +0000 |
| committer | Pierre-Clément Tosi <ptosi@google.com> | Fri Aug 22 11:33:40 2025 +0000 |
| tree | 9fab4f96fe373ad44deb863e5cd837e6cb2a6441 | |
| parent | 3676889ea88b7afeb539ae26095c6a48c17d6a92 [diff] |
Remove MemoryTrackerError::FlushRegionFailed
The variant is only ever used in one function, only called once by a
caller that immediately unwraps it, and in a .map() that hides a more
informative type so remove it altogether and panic on the underlying
error instead.
Note: No functional change intended.
Test: m {pvmfw,service_vm}_bin vmbase_example_{bios,kernel}_bin
Flag: EXEMPT refactor
Change-Id: I17fd06134113617924b0f948880550c840fccbf3
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: