commit | afc9a9eb4618f9f521098ab521c8335fc26986a5 | [log] [tgz] |
---|---|---|
author | David Brazdil <dbrazdil@google.com> | Thu Jan 12 16:08:10 2023 +0000 |
committer | David Brazdil <dbrazdil@google.com> | Wed Jan 18 18:21:56 2023 +0000 |
tree | 05b907d25f4955bf92dac6eb4b11448012d676dc | |
parent | 5b049ec03fe46d4cfe78339ce06f97cc67b617e9 [diff] |
Separate virtualizationservice/manager code into own files So as to avoid rebase issues during development, the separation between virtmgr and virtualizationservice was done within one code base. Now that the components are running separately at runtime, it is time to separate them into two source folders as well. As a first step, move code such that the two binaries do not share any source files. These will be moved to the respective folders in a subsequent change. Bug: 245727626 Test: atest -p packages/modules/Virtualization:avf-presubmit Change-Id: Ifcd7c4e32c36a0ba64ed1a955a289d6760e2010f
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.