commit | d60a1d189c50765ddc6e99a83c747e96c94a7fdc | [log] [tgz] |
---|---|---|
author | Pierre-Clément Tosi <ptosi@google.com> | Wed Aug 28 20:04:24 2024 +0100 |
committer | Pierre-Clément Tosi <ptosi@google.com> | Wed Aug 28 20:07:51 2024 +0100 |
tree | e119d42da82177f31e1536ad60293b5ab2e2a8f9 | |
parent | 167570ad4bfa48ad85993f150377efb385114e21 [diff] |
rialto_test: Run non-protected tests sequentially They were racing for the hard-coded CID port number, resulting in Error: Address already in use (os error 98) Instead, run them one after the other to avoid this. Note: #[test] functions run in their own process so Mutex can't be used. Bug: 360077974 Test: atest rialto_test Change-Id: Icf1458f1a5b8811494aa07d49b561516eb0bd1a8
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: