commit | 17fd36a5c9fde2c8df4d28d60d433e5d7b621f74 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Sep 06 17:22:37 2021 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Wed Sep 08 10:44:24 2021 +0100 |
tree | eb6566a18156296154638394c43f9eaf6f1452f9 | |
parent | f04e45daeee4379497b46ab80c7348384b9882be [diff] |
Extract a library for common CompOS things A small refactoring as a preliminary step to creating composd. Create a Rust library for useful things shared by various CompOS-related binaries. This initially includes the code to start the VM and connect to CompOS, as well as various useful constants. As part of extracting the start VM code I migrated to using logging directly rather than writing to stdout/stderr for greater reusability, as suggested by Victor. Bug: 186126194 Test: Get odsign to run compos_verify_key, still works Change-Id: I57b7ebcdd1a6cb604b5d739b8a8e028fd59e7b90
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.