summaryrefslogtreecommitdiffstats
path: root/init/property_service.c
diff options
context:
space:
mode:
authorAndres Morales <anmorales@google.com>2015-01-13 18:10:24 -0800
committerAndres Morales <anmorales@google.com>2015-01-13 18:18:41 -0800
commit1f1b058e35ec7797b35b8610b522912d7560a470 (patch)
tree62231083fc3bee906831f7427116af3eda42c0c0 /init/property_service.c
parentfc2bdfa39581d9ca1a7204ddd8e3b2e4b32b8434 (diff)
downloadsystem_core-1f1b058e35ec7797b35b8610b522912d7560a470.zip
system_core-1f1b058e35ec7797b35b8610b522912d7560a470.tar.gz
system_core-1f1b058e35ec7797b35b8610b522912d7560a470.tar.bz2
property_service: Added vendor build properties to load_all_props
Change-Id: Id50a6dd7fd40752efff8a327ea6b4a45b07fc1b2
Diffstat (limited to 'init/property_service.c')
-rw-r--r--init/property_service.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/init/property_service.c b/init/property_service.c
index 1f98e13..55e37b9 100644
--- a/init/property_service.c
+++ b/init/property_service.c
@@ -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();