Merge "property_service: Added vendor build properties to load_all_props"

This commit is contained in:
Andres Morales 2015-01-14 15:56:04 +00:00 committed by Gerrit Code Review
commit 49beb7e01b
1 changed files with 1 additions and 0 deletions

View File

@ -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();