a25192262b
All hals need to use hwbinder. Test: no additional denials Bug: 34180936 Change-Id: Ie92cdbd79fc75062c4afa4cda53cb57ccde7e370
7 lines
244 B
Text
7 lines
244 B
Text
# call into healthd for callbacks
|
|
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)
|