Show reason on failure

Switch to using Truth, which shows us the actual output of "vm run" if
it isn't what we expect, so we can try to figure out what happened.

Bug: 232390891
Test: atest MicrodroidTestCase#testCustomVirtualMachinePermission
Test: Induce failure, see output from the vm command
Change-Id: I35821de7d8e7625180ac41fa543ea8077f351d42
1 file changed
tree: f52cb58da8600c372d1ce1a81062e6c5f30de8ed
  1. .prebuilt_info/
  2. apex/
  3. apkdmverity/
  4. authfs/
  5. compos/
  6. demo/
  7. docs/
  8. javalib/
  9. launcher/
  10. libs/
  11. microdroid/
  12. microdroid_manager/
  13. pvmfw/
  14. tests/
  15. virtualizationservice/
  16. vm/
  17. vmbase/
  18. zipfuse/
  19. .clang-format
  20. .gitignore
  21. Android.bp
  22. OWNERS
  23. PREUPLOAD.cfg
  24. README.md
  25. 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.