mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Add camera HAL to be client of thermal HAL.
Test: Run and build locally with ag/2824593
Bug: 65099590
Change-Id: I4a52b6fc083875c005633cd56d93b125ed720c35
(cherry picked from commit e9627865a7)
This commit is contained in:
committed by
Chia-kai Liang
parent
b5c046327a
commit
3c875504cc
3
sepolicy/vendor/hal_camera_default.te
vendored
3
sepolicy/vendor/hal_camera_default.te
vendored
@@ -11,8 +11,9 @@ binder_call(hal_camera_default, hal_graphics_composer)
|
||||
binder_call(hal_camera_default, system_server)
|
||||
binder_call(hal_camera_default, hal_graphics_allocator)
|
||||
|
||||
# For interfacing with PowerHAL
|
||||
# For interfacing with PowerHAL and ThermalHAL
|
||||
hal_client_domain(hal_camera_default, hal_power)
|
||||
hal_client_domain(hal_camera_default, hal_thermal)
|
||||
|
||||
# For camera team debugging
|
||||
userdebug_or_eng(`
|
||||
|
||||
Reference in New Issue
Block a user