Merge "Allow tachyon service to make binder calls to GCA" into main

This commit is contained in:
Dinesh Yadav 2024-12-05 06:02:06 +00:00 committed by Android (Google) Code Review
commit 9c65d0ceaa

View file

@ -0,0 +1,5 @@
# Allow tachyon service to communicate with google_camera_app via binder.
binder_call(edgetpu_tachyon_server, google_camera_app);
# Allow tachyon_service to communicate with fishfood/Eng camera variants via binder.
binder_call(edgetpu_tachyon_server, debug_camera_app);