| commit | 72c774c9bd8dcb05b2187a95c6c091c8f85730cf | [log] [tgz] |
|---|---|---|
| author | Victor Hsieh <victorhsieh@google.com> | Thu Nov 18 15:52:28 2021 -0800 |
| committer | Victor Hsieh <victorhsieh@google.com> | Mon Nov 22 11:01:24 2021 -0800 |
| tree | e1d0affa34121dc050495453385936952984d22c | |
| parent | f996869a6ee79062893be5f4d9a18cdbe25673ef [diff] |
Call odrefresh in VM from composd
composd needs to prepare the directory, run a fd_server, etc. then
request to run odrefresh in the VM.
`FdServerConfig` and `FdServer` are introduced to make starting a
fd_server from composd easier.
Also, add a testing command in composd_cmd.
Bug: 205750213
Test: atest ComposHostTestCases
Test: With some local hacks in ART, with SELinux disabled in the VM,
odrefresh completed with exit code 80 and output files that
look normal (at least sizes are).
Change-Id: I52c9d1ad369eea6d423831adb42087a3bcf30d66
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.