Pass "shared libs" apexes

Signing key tests rely on "raw configs" and custom-built payload image.
When passing "adbd" and "statsd" apexes to VM, "shared libs" apexes
should be passed together but the custom-built payload image was missing
"shared libs" apexes.

This fixes the test by passing "shared libs" apexes to VM.

Note that virtualizationservice handles this already.

Ignore-AOSP-First: No clean cherry-pick from AOSP

Bug: 243460563
Test: atest MicrodroidHostTestCases
Merged-In: I4208c9d117f5cb996d511d8fd47da73c134ed0f7
Change-Id: I4208c9d117f5cb996d511d8fd47da73c134ed0f7
4 files changed
tree: 27b56a6f5f78f76428046b29bf0b6f0da4b1462d
  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. zipfuse/
  18. .clang-format
  19. .gitignore
  20. Android.bp
  21. OWNERS
  22. PREUPLOAD.cfg
  23. README.md
  24. 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.