Move hal_*_default policy to vendor image am: ac1a6d440c am: 71f9348404 am: f51f887685

am: 784652bbc7

Change-Id: I1967e470d62de06777a1b509e0d71b77c3ff5765
This commit is contained in:
Alex Klyubin 2017-02-15 16:50:07 +00:00 committed by android-build-merger
commit 20a639115f
26 changed files with 6 additions and 5 deletions

View file

@ -1,2 +0,0 @@
# may be started by init
init_daemon_domain(hal_boot)

View file

@ -1,8 +1,5 @@
# boot_control subsystem
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)
binder_call(hal_boot, system_server)

6
vendor/hal_boot.te vendored Normal file
View file

@ -0,0 +1,6 @@
# boot_control subsystem
hal_impl_domain(hal_boot)
type hal_boot_exec, exec_type, file_type;
init_daemon_domain(hal_boot)