commit | de96446fbd529f88364ea5e4169bdcc07c81a331 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Apr 14 14:09:06 2023 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Fri Apr 14 14:09:06 2023 +0100 |
tree | df732a4107f1ddcdcda942a07dfead6a0c1e64ae | |
parent | 4fa5e943c13fab064c9bdd87d1fbd37eddc4a653 [diff] |
Remove bootloader-related death reasons There isn't a separate bootloader any more, so it can't cause failure. The strings we are looking for to generate them are never sent by anything. I'm keeping the related constants in Telemetry & the Java API, because changing those is non-trivial, and they're pretty harmless. (We should deprecate the API constants next time round.) I'm leaving the PVMFW constants, even though we don't currently send those strings either, since that might change. Bug: 274567065 Test: atest MicrodroidTests Change-Id: I91310b98e4bc983af76db2c99cbb1e46f396903b
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.