property_service: Added vendor build properties to load_all_props
Change-Id: Id50a6dd7fd40752efff8a327ea6b4a45b07fc1b2
This commit is contained in:
parent
fc2bdfa395
commit
1f1b058e35
|
@ -534,6 +534,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_BOOTIMAGE_BUILD, NULL);
|
||||
load_properties_from_file(PROP_PATH_FACTORY, "ro.*");
|
||||
|
||||
load_override_properties();
|
||||
|
|
Loading…
Reference in New Issue