Merge "[Bug] Change the sepolicy name for exo_camera_injection" into sc-dev

This commit is contained in:
Cliff Wu 2021-04-08 14:09:47 +00:00 committed by Android (Google) Code Review
commit ec6bd9449b
2 changed files with 3 additions and 3 deletions

View file

@ -0,0 +1,3 @@
# Allow exo app to find and bind exo camera injection hal.
allow exo_app hal_exo_camera_injection_hwservice:hwservice_manager find;
binder_call(exo_app, hal_exo_camera_injection)

View file

@ -1,3 +0,0 @@
# Allow exo app to find and bind exo camera injection hal.
allow platform_app hal_exo_camera_injection_hwservice:hwservice_manager find;
binder_call(platform_app, hal_exo_camera_injection)