commit | eba7e658183c59b2155f7e7926ed47c796f97739 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Feb 03 14:48:56 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Fri Feb 04 14:07:51 2022 +0000 |
tree | b3380fd2b434abe5f4bdeb6cd1f427ebda2cf2cf | |
parent | 3417c9156bb38a19f757dc374af8aefb9dbeef56 [diff] |
Use protected VM if possible If the system is capable of running a protected VM, then request one. On userdebug/eng builds only, fall back to unprotected VM if that is all that is available. (This is useful for testing.) A protected VM doesn't support full debug, so use app only debug in that case. That change requires relaxing the constraint on running compilation in test mode to match. I've also increases the VM start timeout to avoid spurious timeouts. Bug: 217687661 Test: composd_cmd staged-apex-compile Test: composd_cmd test-compile Change-Id: Ic7be2c5260982c3c69421c01d10c1537864b87be
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.