Skip to content
Snippets Groups Projects
Commit ac1a6d44 authored by Alex Klyubin's avatar Alex Klyubin
Browse files

Move hal_*_default policy to vendor image

hal_*_default daemons whose policy is in common/device-agnostic policy
are provided by the vendor image (see vendor/file_contexts). Thus,
their policy should also reside in the vendor image, rather than in
the system image. This means their policy should live in the vendor
subdirectory of this project.

Test: Device boots and appears to work
Bug: 34135607
Bug: 34170079
Change-Id: I6613e43733e03d4a3d4726f849732d903e024016
parent fb678339
No related branches found
No related tags found
No related merge requests found
Showing
with 6 additions and 5 deletions
# may be started by init
init_daemon_domain(hal_boot)
# boot_control subsystem # boot_control subsystem
type hal_boot, domain, boot_control_hal; type hal_boot, domain, boot_control_hal;
hal_impl_domain(hal_boot)
type hal_boot_exec, exec_type, file_type;
# call into system_server process (callbacks) # call into system_server process (callbacks)
binder_call(hal_boot, system_server) binder_call(hal_boot, system_server)
File moved
# boot_control subsystem
hal_impl_domain(hal_boot)
type hal_boot_exec, exec_type, file_type;
init_daemon_domain(hal_boot)
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment