commit | afc347b83e47b22b2110875055c494c180a7989c | [log] [tgz] |
---|---|---|
author | Frederick Mayle <fmayle@google.com> | Tue Feb 25 12:51:14 2025 -0800 |
committer | Frederick Mayle <fmayle@google.com> | Wed Feb 26 10:21:04 2025 -0800 |
tree | d37b910e5ba4c12509edf36f464d38d31a2e5d86 | |
parent | b4934a37fb8a15d34e8be5262259c58d831c27c1 [diff] |
switch off rdroidtest rdroidtest doesn't work correctly with on-device tests because they use `panic = "abort"` and rdroidtest doesn't support `-Zpanic-abort-tests` yet. The result is that all test failure look like a "native crash" and the test infra cannot correctly track them via bugs or display them in the UI. The only `rdroidtest` specific feature we used was `ignore_if`. It is a bit of a loss to have ignored tests reported as passing, but it is a lesser evil in this case. Bug: 291169704 Bug: 384438979 Test: atest libdm_rust.test Change-Id: I23af380c79a87d246a1f50e163415021d7f5fa84
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: