Unroot to run MicrodroidHostTestCases

testCustomVirtualMachinePermission fails if we run it as root, because
root is assumed to have all permissions.

Since none of these tests require root, just unroot for the whole
suite.

Fixes: 232231526
Test: adb root && atest MicrodroidTestCase
Change-Id: I7204d10f6b1330ce7481008edd73aabec4c695ac
1 file changed
tree: da8d18691a296a03b5cb52f3b0cbf0b28aed6972
  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.