Test more combinations of debug level changes

Debug level change from none to full (or app-only) should invalidate the
VM identity.

Debug level changes from app-only to full should invalidate the VM
identity as well, but only for protected VMs. Non-protected VMs can't do
that because the check is done by pvmfw but pvmfw doesn't run for
non-protected VMs. This is fine.

Bug: 239158757
Test: watch TH

Change-Id: I9980703fdc62c01975dd548904231f229a5283d0
1 file changed
tree: 3bad8b9ecf88e13301825844f89524c25053ec52
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. avmd/
  5. compos/
  6. demo/
  7. docs/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. rialto/
  15. tests/
  16. virtualizationservice/
  17. vm/
  18. vmbase/
  19. vmclient/
  20. zipfuse/
  21. .clang-format
  22. .gitignore
  23. Android.bp
  24. OWNERS
  25. PREUPLOAD.cfg
  26. README.md
  27. 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.