mirror of
https://github.com/PixelExperience-Devices/device_xiaomi_sm6250-common.git
synced 2025-04-29 02:27:21 +09:00
sm6250-common: libinit: Override odm_dlkm and vendor_dlkm props
Change-Id: If601ae82e6bcaeec756f868575b2ae465f21156c
This commit is contained in:
parent
f785ecaa84
commit
63405e3d6f
@ -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.",
|
||||||
"",
|
"",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user