commit | 4d2289579fa894dae9f9024d6f8740c9c7fd520a | [log] [tgz] |
---|---|---|
author | Jiyong Park <jiyong@google.com> | Mon Oct 18 18:28:57 2021 +0900 |
committer | Jiyong Park <jiyong@google.com> | Tue Oct 19 21:29:43 2021 +0900 |
tree | ab2d5370a2d7761d9ffa16a1a92bb278c7576bb0 | |
parent | 2fdd741515ba1c4ae1f62853e309a6ea3973ed36 [diff] |
Microdroid has its own ueventd.rc So far, Microdroid used ueventd.rc from Android. Although ueventd.rc for Android has some device nodes that are not relevant to microdroid (e.g. gpu, input, etc.) but that wasn't harmful. However, we will soon have /dev/hvc* entries for the virtualized console which is exclusive for Microdroid. Forking the file in preparation for the change. Bug: 200914564 Test: atest MicrodroidHostTestCases Change-Id: I3d42203f4835b8058249ef0783d0509d693e81e0
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.