6a5fd26e7a
Bug: 171506470 Test: Build Change-Id: I8bf6c8833ecc65ca241fb9bc8be1b7b919825414
12 lines
342 B
Text
12 lines
342 B
Text
typeattribute healthd coredomain;
|
|
|
|
init_daemon_domain(healthd)
|
|
|
|
# Allow healthd to serve health HAL
|
|
hal_server_domain(healthd, hal_health)
|
|
|
|
# Healthd needs to tell init to continue the boot
|
|
# process when running in charger mode.
|
|
set_prop(healthd, system_prop)
|
|
set_prop(healthd, exported_system_prop)
|
|
set_prop(healthd, exported3_system_prop)
|