commit | 38d00f82a5b547e21059e012b06c869267843151 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Mon Oct 03 17:43:45 2022 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Tue Oct 04 17:04:03 2022 +0100 |
tree | 945727d816a1d1e3976dfa4416aae765e50b50a1 | |
parent | 6056be14eb93b731891fb9283331b10cd3f4ae8e [diff] |
Simplify use of config files Since the exposed API won't support config files: - Don't use a config file for the demo app. - Don't use config files for tests that don't need one. Also, in preparation for removing command line argument support entirely, remove all arguments from config files. Where we were using arguments to specify behavior, use different binaries instead. Tweak: Improve error reporting in the benchmark after I got a (sadly non-reproducible) failure. Bug: 250876593 Bug: 243513572 Test: atest MicrodroidTests MicrodroidHostTestCases Test: atest MicrodroidBenchmarkApp Test: manual - install & run demo app Change-Id: I4332b2340bf2e18cdaee5acd9ef3277766b1c0b5
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.