commit | 8611a6c9f633a680dec9e089fd9a57929eb003fb | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Fri Jul 09 18:17:44 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Jul 13 10:58:41 2021 +0900 |
tree | f2a21e40bf90f77ce0a13d8294870fa5f50a5362 | |
parent | 70bbb1fae30248f9e73bf583c1a9fac26486b949 [diff] |
Add the onPayloadStarted callback API The API is called back to the client when the payload starts in the VM. The standard output from the payload is accessible via the ParcelFileDescriptor argument as well. Bug: 192904048 Test: run MicrodroidDemoApp and check that the payload output is shown. Change-Id: Ie2afbb455496eec21617b94940ed4386a4865876
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.