commit | 3e118f2284a6bd53f06b342c0630427185179b70 | [log] [tgz] |
---|---|---|
author | Nikita Ioffe <ioffe@google.com> | Fri Feb 10 02:11:39 2023 +0000 |
committer | Nikita Ioffe <ioffe@google.com> | Fri Feb 10 16:44:15 2023 +0000 |
tree | ea477fcce6705ffaeec75a15a0347523514a2c1d | |
parent | bac2bcf56e861fca7f90cb1f243e90d19e186923 [diff] |
Add test case for sharing VM with encrypted storage The first app (MicrodroidTestApp) writes a file to encrypted storage, and then shares the VM with the second app (MicrodroidVmShareApp). The second app (MicrodroidVmShareApp) starts the VM and reads the file from the encrypted storage. Bug: 259384440 Test: atest MicrodroidTestApp Change-Id: Ia3e093b6b659611b09c8c0550ea9ee79efb42c48
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.