property_service: Added vendor build properties to load_all_props
Change-Id: I267bd848e1f6e2978024c07e603b25f1f41f5fbf Signed-off-by: Daniel Rosenberg <drosen@google.com>
This commit is contained in:
parent
2c0839e9db
commit
b95122205d
|
@ -538,6 +538,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 New Issue