commit | e35c3fe303ba346cb82b352d86ba07f216116637 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Mon Feb 21 16:34:19 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Mon Feb 21 22:11:45 2022 +0000 |
tree | f757755656cc8f11cf062d03a906c73b3775369a | |
parent | 8a97b530d1c2fd8d2b3eb42dd318211c53b3bcf0 [diff] |
Allow the VM callback to be cleared When a client no longer wants to receive callbacks about the VM, they can clear the callback. This allows the client to shutdown their ExecutorService without any more callbacks trying, and failing, to make use of it again. Bug: 220700986 Test: atest MicrodroidTests Change-Id: Ib2c418a170c080764fde83e08f389982772e7cfc
This repository contains userspace services related to running virtual machines on Android, especially protected virtual machines. See the getting started documentation and Microdroid README for more information.