commit | 17cead49262ab8b10ebb5f2393f04d2467315d87 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Aug 11 10:17:51 2023 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Fri Aug 11 10:23:35 2023 +0100 |
tree | fcc85d71cd442983b2750f51b66b2d3e4ba66861 | |
parent | d7bd2f259b547ec25e3c64c0e740366164b07a6b [diff] |
Migrate errors to binder::IntoBinderResult This removes some of the boilerplate and simplifies the code a little. Most error handling was already centralized into a single helper, so this isn't a big change. Where I'm creating a new error, rather than reporting one from elsewhere, I've used a straight String rather than anyhow!(); no need for the extra functionality Anyhow provides. Bug: 294348831 Test: composd_cmd test-compile Test: Trigger binder error, see expected message Change-Id: I68ebd5ce54131f84e7b0fd1af94fc1654702c5a5
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:
How-Tos: