mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
Add permission to use mapper.
For allocating the buffer for the direct sensor API to use. Bug: 37423054 Change-Id: I8f973a0d7b06640650a9a61428ebd97afc780ec0
This commit is contained in:
@@ -5,9 +5,11 @@ vndbinder_use(hal_camera_default);
|
||||
allow hal_camera_default qdisplay_service:service_manager { find };
|
||||
|
||||
allow hal_camera_default hal_graphics_mapper_hwservice:hwservice_manager find;
|
||||
allow hal_camera_default hal_graphics_allocator_hwservice:hwservice_manager find;
|
||||
|
||||
binder_call(hal_camera_default, hal_graphics_composer)
|
||||
binder_call(hal_camera_default, system_server)
|
||||
binder_call(hal_camera_default, hal_graphics_allocator)
|
||||
|
||||
# For camera team debugging
|
||||
userdebug_or_eng(`
|
||||
|
||||
Reference in New Issue
Block a user