microdroid: add required libs manually

TARGET_BUILD_APPS build makes libs with sdk_version not included in
microdroid system image. Until fixing the build system, those missing
libs can be manually added to the list of microdroid's deps.

Bug: 195425111
Test: TARGET_BUILD_APPS=com.android.virt m apps_only dist
      install the apex and run MicrodroidHostTestCases
Change-Id: Ied90997026e2ade327ef337109676aca5636e9b5
1 file changed
tree: c7c3916e7419a2f278da5a74e7d545db09d0a93e
  1. apex/
  2. apkdmverity/
  3. authfs/
  4. compos/
  5. demo/
  6. docs/
  7. javalib/
  8. launcher/
  9. microdroid/
  10. microdroid_manager/
  11. tests/
  12. virtualizationservice/
  13. vm/
  14. vmconfig/
  15. zipfuse/
  16. .clang-format
  17. Android.bp
  18. OWNERS
  19. PREUPLOAD.cfg
  20. README.md
  21. 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.