summaryrefslogtreecommitdiffstats
path: root/init/property_service.h
diff options
context:
space:
mode:
authorDima Zavin <dima@android.com>2011-12-19 11:21:32 -0800
committerDima Zavin <dima@android.com>2012-01-05 15:02:00 -0800
commit8886112d87bcc501e89e4763656a3ebfeb58edf2 (patch)
treeaa45b09716ded38fee781978ba0d31447e7f69b3 /init/property_service.h
parent7634bf87cf6490e5544f040fb403eb164cf0ee5f (diff)
downloadsystem_core-8886112d87bcc501e89e4763656a3ebfeb58edf2.zip
system_core-8886112d87bcc501e89e4763656a3ebfeb58edf2.tar.gz
system_core-8886112d87bcc501e89e4763656a3ebfeb58edf2.tar.bz2
init: export all androidboot cmd line values as ro.boot.xx props
Also, clean up how we initialize the ro.xx properties and process the kernel command line. Change-Id: Iedda6c90e31340a189171a44b2767480403354f7 Signed-off-by: Dima Zavin <dima@android.com>
Diffstat (limited to 'init/property_service.h')
-rw-r--r--init/property_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/init/property_service.h b/init/property_service.h
index 37c2788..b9d1bf6 100644
--- a/init/property_service.h
+++ b/init/property_service.h
@@ -20,7 +20,8 @@
#include <stdbool.h>
extern void handle_property_set_fd(void);
-extern void property_init(bool load_defaults);
+extern void property_init(void);
+extern void property_load_boot_defaults(void);
extern void load_persist_props(void);
extern void start_property_service(void);
void get_property_workspace(int *fd, int *sz);