commit | 8d973f55ee02edb951ecf167fff70800edb3a716 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Mar 07 13:41:12 2024 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Thu Mar 07 14:08:05 2024 +0000 |
tree | fd774c97a7b94f70234e99b585a8455bb6e50c17 | |
parent | 5803dc73387390b0e6ebd8914c7e31a6b7ccde87 [diff] |
Check for null before dereference Previously we would throw an NPE when calling contains() on a null string. Move the explicit check before this to give a better error message (but still throw NPE). Bug: 328268682 Test: atest MicrodroidTests Change-Id: I3fb3926dd5020893a6356272f6e50d21cc99036d
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: