commit | 0c29141773d0f62ca16dae3da1fe084fe8d94083 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Aug 25 17:05:42 2023 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Fri Aug 25 17:05:42 2023 +0100 |
tree | 262e56b8b0daf4b66fd2a33ff78ee5b1cf558afc | |
parent | 60b7c379a773dfff63cea0c64567aff26ae5f9de [diff] |
Don't ignore failure to set a property TestDevice#setProperty returns false if setting the propery fails. (But it can also throw, if the device isn't available.) In various places we were ignoring the result, leading to obscure failures later on rather than a clear failure immediately. So, introduce a helper, and stop doing that. Bug: 297294896 Bug: 297515935 Test: TH Change-Id: If55ee5ac88fd0a14c93dd371f42208763ad7d1f0
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: