diff --git a/init/ueventd.cpp b/init/ueventd.cpp index 586e2cf31..3f0d0e95b 100644 --- a/init/ueventd.cpp +++ b/init/ueventd.cpp @@ -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 {