Inseob Kim | ff43be2 | 2021-06-07 16:56:56 +0900 | [diff] [blame^] | 1 | typeattribute healthd coredomain; |
2 | |||||
3 | init_daemon_domain(healthd) | ||||
4 | |||||
5 | # Allow healthd to serve health HAL | ||||
6 | hal_server_domain(healthd, hal_health) | ||||
7 | |||||
8 | # Healthd needs to tell init to continue the boot | ||||
9 | # process when running in charger mode. | ||||
10 | set_prop(healthd, system_prop) | ||||
11 | set_prop(healthd, exported_system_prop) | ||||
12 | set_prop(healthd, exported3_system_prop) |