Add API to connect to VM's binder server

Each guest VM is supposed to open its binder servers in payload. After
payload is ready, the host app can use connectToVsockServer to establish
an RPC session and get IBinder object.

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