Skip to content
Snippets Groups Projects
Commit 8a1112de authored by Sandeep Patil's avatar Sandeep Patil Committed by android-build-merger
Browse files

Merge "hal_health: move system_file permissions to public/hal_health" am: 14658c93

am: a76de201

Change-Id: Ia051957fe6a115e96161270f304c915b8d7b6b67
parents e64bb0e8 a76de201
No related branches found
No related tags found
No related merge requests found
...@@ -3,8 +3,3 @@ type hal_health_default, hal_health, domain; ...@@ -3,8 +3,3 @@ type hal_health_default, hal_health, domain;
type hal_health_default_exec, exec_type, file_type; type hal_health_default_exec, exec_type, file_type;
init_daemon_domain(hal_health_default) init_daemon_domain(hal_health_default)
# Read access to system files for HALs in
# /{system,vendor,odm}/lib[64]/hw/ in order
# to be able to open the hal implementation .so files
r_dir_file(hal_health, system_file)
...@@ -3,3 +3,8 @@ hwbinder_use(hal_health) ...@@ -3,3 +3,8 @@ hwbinder_use(hal_health)
# call into healthd for callbacks # call into healthd for callbacks
binder_call(hal_health, healthd) binder_call(hal_health, healthd)
# Read access to system files for HALs in
# /{system,vendor,odm}/lib[64]/hw/ in order
# to be able to open the hal implementation .so files
r_dir_file(hal_health, system_file)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment