Merge "Use vendor/etc/ueventd.rc on microdroid" into main am: 2e2e836a89
Original change: https://android-review.googlesource.com/c/platform/system/core/+/2836366 Change-Id: Ic11e721a26539d29e4b32edf75b5a2e6e20fcca9 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
4774ceef11
1 changed files with 4 additions and 0 deletions
|
|
@ -297,6 +297,10 @@ void ColdBoot::Run() {
|
|||
}
|
||||
|
||||
static UeventdConfiguration GetConfiguration() {
|
||||
if (IsMicrodroid()) {
|
||||
return ParseConfig({"/system/etc/ueventd.rc", "/vendor/etc/ueventd.rc"});
|
||||
}
|
||||
|
||||
auto hardware = android::base::GetProperty("ro.hardware", "");
|
||||
|
||||
struct LegacyPathInfo {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue