commit | b02e95f2a0902348610ac6e769a8ff64241f3556 | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Sun Jul 04 15:59:46 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Jul 06 21:31:28 2021 +0900 |
tree | 60e3118b8f7e2fec0852d180adaa84b96e94d429 | |
parent | a1267ad834685dcc223427d9a6eedcda35a15523 [diff] |
Add microdroid demo app Add a demo app showing how an app can start a VM. Bug: N/A Test: TARGET_BUILD_APPS=MicrodroidDemoApp m apps_only dist adb install out/dist/MicrodroidDemoApp.apk adb push out/dist/MicrodroidDemoApp.apk.idsig /data/local/tmp/virt/ adb root adb shell start virtualizationservice <then launch the app> Change-Id: If46b2f8910b98b2b29ca0c629e1f7eacc01a477a
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.