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

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101-sepolicy/+/14112451

Change-Id: Ice4fe2982eeef2ef8c6f45eebcf4df4305e9bfa0
This commit is contained in:
Cliff Wu 2021-04-08 14:41:08 +00:00 committed by Automerger Merge Worker
commit 816fefcd34
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)