commit | b0b6756b11f335b4dd148a414e8b351efd4d6143 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Tue Nov 22 15:48:06 2022 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Tue Nov 29 13:01:06 2022 +0000 |
tree | 1365177987dc4efc4906f0b474bc65c1efb2ab00 | |
parent | bcc2ec27fe5e722e9ca250e3c7c6125c2f193457 [diff] |
Add command to start an empty Microdroid instance This command can be used by the developer to start an empty microdroid instance to play with. Or to do quick prototyping of their payload code. Additionally, it can be used by the test infrastructure to run native tests (e.g. bionic tests) inside the microdroid. Bug: 254912288 Test: m Test: adb shell /apex/com.android.virt/bin/vm run-microdroid --debug full Change-Id: Id7c0e9c046b04d2567ab76fb48c90dbc5ebac803
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.