universal7885: libinit: Cover vendor_dlkm. props too

This commit is contained in:
roynatech2544 2022-04-15 15:01:29 +09:00
commit e0b50575d2

View file

@ -40,7 +40,7 @@ using android::base::GetProperty;
using std::string;
std::vector<std::string> ro_props_default_source_order = {
"", "odm.", "product.", "system.", "system_ext.", "vendor.",
"", "odm.", "product.", "system.", "system_ext.", "vendor.", "vendor_dlkm.",
};
void property_override(char const prop[], char const value[], bool add = true) {