mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -04:00
universal7885: libinit: Cover vendor_dlkm. props too
This commit is contained in:
parent
d0fdbc6489
commit
e0b50575d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue