commit | 8c840446e87a1cfc1bba779ba0261caa0b355bb9 | [log] [tgz] |
---|---|---|
author | Alan Stokes <alanstokes@google.com> | Fri Nov 26 15:54:30 2021 +0000 |
committer | Alan Stokes <alanstokes@google.com> | Mon Dec 13 17:29:32 2021 +0000 |
tree | ca74bfb0671fdb47ee84e2830a2ee65ca713067c | |
parent | c94ae6a1fc7dda6659f2135edd41da0d990eed3f [diff] |
Async interface for running odrefresh This creates a variant of startTestOdrefresh that uses the ICompilationTask async mechanism of startTestCompile. OdrefreshTask implements ICompilationTask; instead of owning a spawned odrefresh process it owns the VM and runs the blocking call to compsvc inside a thread. Add a new command to composd_cmd to exercise this. Test: composd_cmd async-odrefresh Bug: 209572296 Change-Id: I3780d40876dbca17d4e2a3d8f7c2b809f5561aee
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.