commit | 3f6f6a55a2f1651b9b34df8a4057586b400c43e0 | [log] [tgz] |
---|---|---|
author | Shikha Panwar <shikhapanwar@google.com> | Tue Nov 29 17:28:36 2022 +0000 |
committer | Shikha Panwar <shikhapanwar@google.com> | Wed Nov 30 11:18:13 2022 +0000 |
tree | 79adc28925b1eacaf16f8c17c679d420ccf7e219 | |
parent | 49bdf79bc54c3e6b916f6009094c41000883cf97 [diff] |
Add microdroid_manager.init_done - set init done my MM Add this sysprop - this is used by Microdroid manager to declare that initalization is complete as far as MM is considered. Init triggers actions such as stop ueventd on it. Why not use dev.bootcomplete? - Because we don't want to set it before post-fs-data is triggered (that starts authfs_service). Bug: 260713790 Bug: 260005615 Test: atest MicrodroidTestApp Change-Id: I070f63678fd266b8e98234a5d260f93e72de7e3e
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.