commit | aa6858c05ef6cae2e7f70cad8abf67305ee1568b | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Tue Jul 04 01:37:41 2023 +0100 |
committer | Nikita Ioffe <ioffe@google.com> | Thu Jul 06 15:43:47 2023 +0100 |
tree | d145166243582455e93dc95cbc05e6cd4f0c937f | |
parent | 97dd06f2c204e2bab54647a1ea683285b0791f0c [diff] |
Propagate to Microdroid whether it should mount vendor partition This is implemented by setting passing the androidboot.microdroid.mount_vendor=1 to the cmdline of the Microdroid kernel. The first_stage_init will parse the cmdline, and mount the /vendor partition if it sees the value. Bug: 285855433 Test: atest virtualizationmanager_device_test Test: atest MicrodroidTestApp Change-Id: I61b658a5c740488ff0591f00b2fee66b64b63c46
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.