Allow setting APK path explicitly

Allow the absolute path of the APK containing the payload to be
specified. If it isn't, the existing default behavior is retained.

Add some minimal tests to exercise this.

Bug: 243129654
Bug: 245727626
Test: atest MicrodroidTests
Change-Id: I4feb5a733995518eeb2373b6d9606f934c4549a0
2 files changed
tree: 672ac0499f46e6f91db19b17a903e0600eca03ad
  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.