Merge "Use vendor/etc/ueventd.rc on microdroid" into main

This commit is contained in:
Treehugger Robot 2023-11-21 02:03:16 +00:00 committed by Gerrit Code Review
commit 2e2e836a89

View file

@ -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 {