commit | f6e02277721b455ab85b08be0b5817124b43d0f4 | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Wed Mar 20 10:11:30 2024 +0000 |
committer | Alice Wang <aliceywang@google.com> | Wed Mar 20 10:25:10 2024 +0000 |
tree | 3b7bd65e2b74d4f9dc08060af342aa85a73087f3 | |
parent | e1e016b0a7faa38de73de3e0c744dc5ee18f8aa0 [diff] |
[bssl] Replace ok_or with ok_or_else in bssl for lazy evaluation Prior to the cl, the bssl library used `ok_or` in a way that resulted in the evaluation of the argument even when no error occurred. This cl replaces `ok_or` with `ok_or_else` to introduce lazy evaluation in the error case. Test: atest rialto_test Change-Id: Ib9c514b577f68dc6da3cb00251ac88223c7a0402
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: