commit | dbdac10d0ded933d239e714c885977d8663a7bdc | [log] [tgz] |
---|---|---|
author | Alice Wang <aliceywang@google.com> | Mon Mar 25 08:01:32 2024 +0000 |
committer | Alice Wang <aliceywang@google.com> | Mon Mar 25 08:24:45 2024 +0000 |
tree | be08f61401e68fc55f3f51bc932357534adc7e60 | |
parent | 1da2d5d07fd919ede75e53859d3ed3f28e751ff4 [diff] |
[bssl] Add clippy::or_fun_call warning to the crate This cl adds clippy::or_fun_call warning to the bssl crate to opt in this check. The check is disabled by default since [1]. This helps us avoid work as in aosp/3008114. [1] https://github.com/rust-lang/rust-clippy/pull/9829 Test: add an ok_or usage and check if there's warning Change-Id: I0519eaddc467f91f676eb0af24e68fb69fcf0586
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: