microdroid_manager: verify APK/APEXes

Even though libapkverify doesn't do much verification for now, having
it in use would make CI detect errors in the future.

TODO:
- zipfuse should wait until APK is verified.
- boot should abort when verification fails.

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