Don't restart ueventd during shutdown

In Android, we keep ueventd running during shutdown because it has been
reported that some drivers try to load firmware during the event. (See
aosp/398989 and b/38203024).

However, in Microdroid, we kill ueventd soon after drivers are loaded.
(aosp/2193015). There's no need to start it back during the shutdown.

Bug: 265137376
Test: run a VM, do a manual shutdown, check the log
Change-Id: Ic7ba48a7300f06b69df1de7af73e1f47f44dee66
1 file changed
tree: 8193b964d329a72122f497f57299ed4a7c449963
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. avmd/
  5. compos/
  6. demo/
  7. docs/
  8. encryptedstore/
  9. javalib/
  10. launcher/
  11. libs/
  12. microdroid/
  13. microdroid_manager/
  14. pvmfw/
  15. rialto/
  16. tests/
  17. virtualizationservice/
  18. vm/
  19. vm_payload/
  20. vmbase/
  21. vmclient/
  22. zipfuse/
  23. .clang-format
  24. .gitignore
  25. Android.bp
  26. OWNERS
  27. PREUPLOAD.cfg
  28. README.md
  29. TEST_MAPPING
README.md

Virtualization

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.