commit | 06a64d6606554063e83e0b7de3c3c04818d07461 | [log] [tgz] |
---|---|---|
author | Inseob Kim <inseob@google.com> | Tue Sep 07 21:21:45 2021 +0900 |
committer | Inseob Kim <inseob@google.com> | Thu Sep 09 00:44:50 2021 +0000 |
tree | a3272ba16f44de694054271103f09053633934c2 | |
parent | aa41e0a37ca58ecb716d2a4bd286c6dc719bf9aa [diff] |
Add an example for onPayloadReady and VM service This adds a simple integer addition service to the testapk's binary. The demo app tries connecting the VM service once onPayloadReady is triggered. Users can see the VM service's output. Bug: 195381416 Test: launch MicrodroidDemoApp Test: atest MicrodroidHostTestCases Change-Id: I346084d08f753772cc00aa4c052e0b9b41d460ce
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.