commit | 21fdc91d73769f95ddeca1645696bbadfb82e993 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Feb 10 15:02:09 2023 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Mon Feb 13 09:33:00 2023 +0000 |
tree | 5e33988fbf2014daef75f58dc2e5883f7cc95e06 | |
parent | 5bb43e0e30dc190bb1ac9e2646bab5b375cae939 [diff] |
Make VM Descriptor AutoCloseable I also close it implicitly on import - which seems natural, since we do in fact close the PFDs as part of the import, so no further use can be made of the descriptor. Also disallow parcelling or importing once closed. Add some related tests. (And, while I'm here, update the test annotations - most of our tests aren't really checking that we can run all available OSs in the VM.) Bug: 268613460 Test: atest MicrodroidTests Change-Id: I0558e4d0357faa5d113e6e1c2b2f8e59ea82c784
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.