Skip to content

Commit

Permalink
property_service: Added vendor build properties to load_all_props
Browse files Browse the repository at this point in the history
Change-Id: I267bd848e1f6e2978024c07e603b25f1f41f5fbf
Signed-off-by: Daniel Rosenberg <drosen@google.com>
  • Loading branch information
drosen-google committed Nov 11, 2014
1 parent 2c0839e commit b951222
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions init/property_service.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit b951222

Please sign in to comment.