2370fc775c
Bug: 31864052 Test: Logging confirms service runs on boot Merged-In: I41e9e5c45d2d42886cdf7ff6d364e9e6e3df1ff4 Change-Id: I41e9e5c45d2d42886cdf7ff6d364e9e6e3df1ff4 Signed-off-by: Connor O'Brien <connoro@google.com>
9 lines
216 B
Text
9 lines
216 B
Text
# boot_control subsystem
|
|
type hal_boot, domain;
|
|
type hal_boot_exec, exec_type, file_type;
|
|
|
|
# hwbinder access
|
|
hwbinder_use(hal_boot)
|
|
|
|
# call into system_server process (callbacks)
|
|
binder_call(hal_boot, system_server)
|