Remove support for --daemonize

The 'daemonize' feature allowed a VM spawned by shell to be held by
VirtualizationService indefinitely, eg. if adb was disconnected.
The setup is not compatible with the new virtmgr/virtualizationservice
split and can be replaced with 'adb shell vm run ... &' anyway. All
tests and scripts have been migrated away from it, so we can remove it
now.

Bug: 265248057
Bug: 245727626
Test: atest -p packages/modules/Virtualization:avf-presubmit
Change-Id: Iba4fc40ffd9ddc59afaa535cf746872b1d4ba87a
4 files changed
tree: f661ac9d29b05189136c7a240bd0e3feb730bd81
  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.