commit | aa41e0a37ca58ecb716d2a4bd286c6dc719bf9aa | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Aug 31 10:00:42 2021 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Sep 09 00:44:43 2021 +0000 |
tree | e91f1f1f104ef95598bae8c07626018069878f97 | |
parent | 5e148905f3a0c669b43d93c475b7e2360177f27f [diff] |
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
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.