01b91e790d
This prop is read in its .rc file to stop the service. Otherwise, evertyime the service exits, it is restarted. We don't want it to be `oneshot` because under normal operation, it should be restarted if it exits/crashes. Test: remove kTempHidlSupport && m && launch_cvd Bug: 218588089 Change-Id: I9a4c61778c244a08ff753689604e79168058dd4c
8 lines
323 B
Text
8 lines
323 B
Text
type hal_allocator_default, domain, coredomain;
|
|
hal_server_domain(hal_allocator_default, hal_allocator)
|
|
|
|
type hal_allocator_default_exec, system_file_type, exec_type, file_type;
|
|
init_daemon_domain(hal_allocator_default)
|
|
|
|
# to force stop the service when it's not supported
|
|
set_prop(hal_allocator_default, hidl_memory_prop)
|