commit | a61ec2e26fab61439b3c899f6df088fa6025c328 | [log] [tgz] |
---|---|---|
author | Victor Hsieh <victorhsieh@google.com> | Wed Sep 21 16:25:27 2022 -0700 |
committer | Victor Hsieh <victorhsieh@google.com> | Thu Sep 22 15:04:48 2022 +0000 |
tree | 5e2c9ca21763d46064facae1f565f0a5e8262574 | |
parent | be9493c8941af058ffab925b07fced93be1988a4 [diff] |
compos: mount BuildManifestSystemExt.apk if exists To specify the extra APK, we have to add two new VM config JSONs because the APK may not exist, and there is no way to specify the config dynamically. Change VmParameters in order to derive the config path from two variables at a more consistent place. As a result, there's no more "default" config. Bug: 246000387 Test: 1. manually add a jar from system_ext to SYSTEMSERVERCLASSPATH 2. boot the VM, saw 2 directories in /mnt/extra-apk/ (and with more local WIP changes, ComposHostTestCases passed) Change-Id: I8aac49e0b347560fb65d8a8330e4333a29d90433
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.