| commit | 4546e7d954283f653cd17f6d79d96570b355daa2 | [log] [tgz] |
|---|---|---|
| author | Pierre-Clément Tosi <ptosi@google.com> | Thu May 01 14:02:51 2025 +0000 |
| committer | Pierre-Clément Tosi <ptosi@google.com> | Thu May 01 14:54:06 2025 +0000 |
| tree | dc4d4428110fcbdee1df79460612b3a5309026d7 | |
| parent | 4652f95e4e4f231af25256cd4c3fd1b3ac9dae7b [diff] |
pvmfw: Use std library variants for unit-tests Use the non-no_std variants for the libraries used by Rust tests, as those run in userspace and have access to std anyway. Note: This prepares for tests to run on the host (atest --host), where no_std libraries are not available. Test: TH Flag: EXEMPT test refactor Change-Id: I3ea5de5b81706283a9fe93037b96edd3834b14a2
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: