Pass sharedlibs APEXes to VM

Unlike other APEXes, sharedlibs APEXes can be more than one and even
older(inactive) ones should be passed to VM because all of them
contribute to /apex/sharedlibs and we don't know which is used by which.

Bug: 216583321
Test: atest virtualizationservice_device_test
Change-Id: Ia3e1f04294a88db6f8eac809a1e3fc871919adb3
1 file changed
tree: e218431b24f3be0fb911d8abf313c4eb4cce6571
  1. apex/
  2. apkdmverity/
  3. apkverify/
  4. authfs/
  5. binder_common/
  6. compos/
  7. demo/
  8. docs/
  9. idsig/
  10. javalib/
  11. launcher/
  12. libs/
  13. microdroid/
  14. microdroid_manager/
  15. pvmfw/
  16. statslog_virtualization/
  17. tests/
  18. virtualizationservice/
  19. vm/
  20. vmconfig/
  21. zipfuse/
  22. .clang-format
  23. .gitignore
  24. Android.bp
  25. OWNERS
  26. PREUPLOAD.cfg
  27. README.md
  28. 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.