commit | 6542fdd76c736f6b8c8fade02cdad285f23e5397 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Thu Feb 17 15:21:46 2022 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Fri Feb 18 11:38:11 2022 +0000 |
tree | e386bb707f6f94dbce0b99b52772eead9649aaf7 | |
parent | 16fb8555e8a8e39a7339f7a29f2e3c4aea918d7d [diff] |
Remove old key management Delete a load of no longer needed code. We no longer support persisting keys in the host. CompOS no longer accesses DICE directly (compos_key_helper handles that). We retain the instance image files, but rename pending to current (it's created before reboot with the staged APEXes and used after reboot with the current APEXes, but there's no point renaming it). Remove the attempt to start an existing instance when running compilation - it is slow, and vanishingly unlikely to work. Sadly this also deletes all the CompOS unit tests. (But there are some new ones in compos_key_tests.) Bug: 218494522 Test: Manual; atest ComposTestCase; atest CompOsSigningHostTest Change-Id: I0175270341d5dcad614106432b7d2650229cf8a6
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.