Revert "Close adb connection before shutting down VM"

We're seeing some second test cases failed on go/pkvm-test due to adb
connection issue, which I can reproduce locally. By reverting this to
the previous workaround, my local test passed.

This reverts commit 42d9b92a72e4c942a4294133f3dc9e72e43ec777 with
minor modification given overlaping changes.

Bug: 192660485
Test: TH
Change-Id: Id64ea82ab085b38025f2a8d1adf12a6b6177ade7
1 file changed
tree: 753e47f1e938790edb13b76c7814fda8c41e37cf
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. docs/
  7. javalib/
  8. launcher/
  9. microdroid/
  10. microdroid_manager/
  11. tests/
  12. virtualizationservice/
  13. vm/
  14. vmconfig/
  15. zipfuse/
  16. .clang-format
  17. Android.bp
  18. OWNERS
  19. PREUPLOAD.cfg
  20. README.md
  21. 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.