Skip to content
Snippets Groups Projects
Commit 7d254746 authored by dcashman's avatar dcashman Committed by android-build-merger
Browse files

Move hal_light to attribute.

am: 3319d5ee

Change-Id: I6cd85d7fb4235cb2adb4eb0f598959cec52108d0
parents f142317a 3319d5ee
No related branches found
No related tags found
No related merge requests found
......@@ -227,7 +227,7 @@
/system/bin/hw/android\.hardware\.boot@1\.0-service u:object_r:hal_boot_exec:s0
/system/bin/hw/android\.hardware\.graphics\.allocator@2\.0-service u:object_r:hal_graphics_allocator_exec:s0
/system/bin/hw/android\.hardware\.graphics\.composer@2\.1-service u:object_r:hal_graphics_composer_exec:s0
/system/bin/hw/android\.hardware\.light@2\.0-service u:object_r:hal_light_exec:s0
/system/bin/hw/android\.hardware\.light@2\.0-service u:object_r:hal_light_default_exec:s0
/system/bin/hw/android\.hardware\.memtrack@1\.0-service u:object_r:hal_memtrack_exec:s0
/system/bin/hw/android\.hardware\.nfc@1\.0-service u:object_r:hal_nfc_exec:s0
/system/bin/hw/android\.hardware\.power@1\.0-service u:object_r:hal_power_exec:s0
......
# may be started by init
init_daemon_domain(hal_light)
type hal_light_default, hal_light, domain;
type hal_light_default_exec, exec_type, file_type;
# may be started by init
init_daemon_domain(hal_light_default)
......@@ -113,3 +113,6 @@ attribute boot_control_hal;
# postinstall. This includes the background daemon and the sideload tool from
# recovery for A/B devices.
attribute update_engine_common;
# HALs
attribute hal_light;
# light subsystem
type hal_light, domain;
type hal_light_exec, exec_type, file_type;
# hwbinder access
hwbinder_use(hal_light)
......
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