commit | 268b7e74d2e80c8536f4ba5376f04e291bfd8af5 | [log] [tgz] |
---|---|---|
author | Andrew Scull <ascull@google.com> | Tue Sep 27 22:11:36 2022 +0000 |
committer | Andrew Scull <ascull@google.com> | Wed Sep 28 10:20:01 2022 +0000 |
tree | 735ec431ad062aa4642f61bde6be4628f952f225 | |
parent | 39915e965d81d4ba91c2e3bf6384d11b43df21a5 [diff] |
Merge logic of DICE HAL and diced in to dice-service Remove a process from microdroid by having the diced and DICE HAL logic in the same process. We don't need to worry about the vendor split in microdroid so HALs aren't necessary. The implementation of the diced interfaces is not complete as much of what's there is overkill. It's likely this service will later migrate to a custom interface that is more applicable to what's needed in microdroid. Bug: 243133253 Test: atest MicrodroidTests Test: atest ComposHostTestCases Change-Id: I00e83f3afa96b9c49b8b76d6c695697e828af379
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.