Merge "property_service: Added vendor build properties to load_all_props" into lmp-mr1-dev
This commit is contained in:
commit
323df093c8
1 changed files with 1 additions and 0 deletions
|
@ -540,6 +540,7 @@ void load_all_props(void)
|
|||
{
|
||||
load_properties_from_file(PROP_PATH_SYSTEM_BUILD, NULL);
|
||||
load_properties_from_file(PROP_PATH_SYSTEM_DEFAULT, NULL);
|
||||
load_properties_from_file(PROP_PATH_VENDOR_BUILD, NULL);
|
||||
load_properties_from_file(PROP_PATH_FACTORY, "ro.*");
|
||||
|
||||
load_override_properties();
|
||||
|
|
Loading…
Reference in a new issue