sm6250-common: libinit: Override odm_dlkm and vendor_dlkm props

Change-Id: If601ae82e6bcaeec756f868575b2ae465f21156c
This commit is contained in:
Alexander Winkowski 2022-05-19 18:29:20 +00:00
parent f785ecaa84
commit 63405e3d6f
No known key found for this signature in database
GPG Key ID: 72762A66704CDE44

View File

@ -21,10 +21,12 @@ void property_override(std::string prop, std::string value, bool add) {
std::vector<std::string> ro_props_default_source_order = { std::vector<std::string> ro_props_default_source_order = {
"odm.", "odm.",
"odm_dlkm.",
"product.", "product.",
"system.", "system.",
"system_ext.", "system_ext.",
"vendor.", "vendor.",
"vendor_dlkm.",
"", "",
}; };