commit | 2e7eefdb3202dd07422b0414bd1dca617c99a9b2 | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Thu Aug 05 11:25:23 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Thu Aug 05 11:30:01 2021 +0900 |
tree | 229cf39338bfa7d6e8fdacc5220d056aa21f5cf6 | |
parent | fc8091b7e4f10cf52f8b3e4be441256d4faea2a6 [diff] |
mk_payload is a host tool Because virtualization service makes a microdroid payload disk image, we don't need mk_payload any longer. But having a host tool might be helpful for other uses. For example, ARCVM can use this tool for its own use. example_config.json: { "apexes": [ { "name": "com.android.foo", "path": "path/to/com.android.foo.apex" }, ... } Bug: 189242583 Test: mk_payload example_config.json payload.img Change-Id: I8d04701ed27782ddebb28449ba75e089309ec4c8
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.