OSDN Git Service

property_service: Added vendor build properties to load_all_props
authorAndres Morales <anmorales@google.com>
Wed, 14 Jan 2015 02:10:24 +0000 (18:10 -0800)
committerAndres Morales <anmorales@google.com>
Wed, 14 Jan 2015 02:18:41 +0000 (18:18 -0800)
Change-Id: Id50a6dd7fd40752efff8a327ea6b4a45b07fc1b2

init/property_service.c

index 1f98e13..55e37b9 100644 (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();