commit | 53cf79920308d7b04fe744cf3fe514547dd17fcb | [log] [tgz] |
---|---|---|
author | Jooyung Han <jooyung@google.com> | Mon Oct 18 19:38:41 2021 +0900 |
committer | Jooyung Han <jooyung@google.com> | Tue Oct 19 16:45:07 2021 +0900 |
tree | 04fb39162fa32f5bf1b8ca07952b3c136b6f6498 | |
parent | 2294b03332be488acaba7043cc264b10be0bfc11 [diff] |
Use package_native only when prefer_staged Virtualizationservice may start a VM even when package_native is not ready (e.g. odsign at boot time). Waiting for "package_native" in such a case will be blocked forever. Now virtualizationservice uses package_native only when starting a "prefer_staged" VM. Bug: 199146189 Test: Create valid image & key files under /data/misc/apexdata/com.android.compos/current, make sure /data/misc/odsign/compos_key.cert doesn't exist, reboot. odsign starts the VM at boot to verify the key, and this all goes through successfully Change-Id: I02c126f428aea7295814b0e1776c35795938afb7
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.