Merge "Use vendor/etc/ueventd.rc on microdroid" into main
This commit is contained in:
commit
2e2e836a89
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…
Reference in a new issue