Filter bootarg for non-debuggable VMs

The condition should have been the opposite:

* debuggable VM: no filtering is required
* non-debuggable VM: filtering is done, while some of args can survive
  if enabled by debug policy.

Bug: 283035363
Bug: 281998898
Test: run testTombstonesAreGeneratedUponKernelCrashOnPvm on a device
where debug policy is not provisioned

Merged-In: Id0f4f5d1777356e78ad995fa16bd3e8c0ff6c7ec
Change-Id: Id0f4f5d1777356e78ad995fa16bd3e8c0ff6c7ec
(cherry picked from commit 32f37ef4e62f45e715a682569300bad585380263)
1 file changed
tree: 6ef57825f124bac73c5c0ba062449c7a22fa6270
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. docs/
  7. encryptedstore/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. rialto/
  15. tests/
  16. virtualizationmanager/
  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.