commit | 0583e0abb185449afc1f4b4e84127cb0c4dfdd60 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Oct 17 15:34:52 2022 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Tue Oct 18 11:56:39 2022 +0100 |
tree | b10ee910113d246bc0bc416e6cea044d891d27fc | |
parent | b51bd6f6114b46540c2923b4ac5189a4065f820b [diff] |
Add API to determine VM capabilities Clients can't call HypervisorProperties directly, so expose the same functionality via an API. This is expressed fairly broadly to allow for future expansion. Modify the tests to use the new API. Also update our @IntDef declarations to specify the intended prefix (although I'm not sure anything checks them). Bug: 243642678 Test: atest MicrodroidTests Change-Id: I52595938514d056ce697969eacffc1526c44faeb
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.