am 49beb7e0: Merge "property_service: Added vendor build properties to load_all_props"

* commit '49beb7e01be1c7a9914371fb6f8d2c9d76c46a7e':
  property_service: Added vendor build properties to load_all_props
This commit is contained in:
Andres Morales 2015-01-14 16:09:02 +00:00 committed by Android Git Automerger
commit 03e45da4fe
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();