Allow Pixel Camera Services to bind to Lyric for callbacks

Bug: 287069860
Test: m && flashall && end-to-end developer testing
Change-Id: I86173ecaf9900f5c869847106166f07e482e6a74
This commit is contained in:
Utku Utkan 2023-08-14 08:32:36 -07:00
parent 8be8295748
commit 1a4567113d

View File

@ -13,4 +13,6 @@ allow vendor_pcs_app vendor_camera_cameraidremapper_service:service_manager find
allow vendor_pcs_app hal_pixel_remote_camera_service:service_manager add; allow vendor_pcs_app hal_pixel_remote_camera_service:service_manager add;
binder_call(vendor_pcs_app, hal_camera_default);
binder_call(vendor_pcs_app, hal_pixel_remote_camera_service); binder_call(vendor_pcs_app, hal_pixel_remote_camera_service);