commit | fc041966d64fb850305c8d57b214d39ad7c2f24c | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Wed Jan 18 00:10:40 2023 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Wed Jan 18 14:42:57 2023 +0000 |
tree | 2cfecfaa78760dfd4dddf2628b14d02091fc1bd9 | |
parent | 8aca6f99aad58c6fccde6e4a5b568099d5f38141 [diff] |
Use glob to find the EmptyPayloadApp.apk Unfortunately the package name of the EmptyPayloadApp.apk is not unique, as it will be renamed when signed with the released keys. Instead change the implementation of the run-micrdroid to find the EmptyPayloadApp.apk using the /apex/com.android.virt/app/**/EmptyPayloadApp.apk glob pattern. Bug: 254912288 Test: adb shell /apex/com.android.virt/bin/vm run-microdroid Change-Id: I09f22c07e21ea9111934ba4784a02343ca9d71f2
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.