commit | 388b88af7caa3e144fe5984a2bedf3246fde70d4 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Wed Oct 13 16:03:17 2021 +0100 |
committer | Alan Stokes <alanstokes@google.com> | Thu Oct 14 12:18:16 2021 +0100 |
tree | 4be7ff434ac58cbf929efd3625d3b5514a4f28e5 | |
parent | bee590458fe1e57dee757a4d16df0a6888d9964c [diff] |
When testing CompOS, write somewhere harmless The motivation for this is mostly to allow us to run this on real devices in teamfood without worrying that it will break things. It's also preparation for extending composd to do more useful things as well as running tests. Modify ComposTestCase to always write to /test instead of /dalvik-cache (both inside & outside the VM). Improve the support for multiple instances in composd, rename the force-compile method to make it clear it does test things, and make sure it uses a test instance of composd (so odsign will ignore it). Modify composd_cmd to take a parameter telling it what to do. Plus some gratuitous tweaks / reformats. Bug: 186126194 Bug: 200020887 Test: atest ComposTestCase Test: adb shell apex/com.android.compos/bin/composd_cmd forced-compile-test Change-Id: I7899fe6393b556e04d9e7f8a07671d96e72bb018
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.