commit | 189864585f33c8ece80e78af017542b21d9afbe7 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Oct 28 11:11:11 2022 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Fri Oct 28 11:11:54 2022 +0100 |
tree | 711eed9569660e0641582598864055cca547c825 | |
parent | 998b11e1217da3894419f8361dc59e9bc26c3dcb [diff] |
Statically link AIDL code There's no need for it to be in its own .so, there's only one client in each VM, and we should demonstrate typical usage. Also remove some now-redundant code in the benchmark app. (The build started complaining, not sure why.) Bug: 255920361 Test: atest MicrodroidTests Change-Id: I6377b96e5cb8686794931b2e8637b16d8428d91f
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.