Add policy to allow GoogleCameraApp access HAL to apply CPU/GPU boost. am: 38ddaa255e
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/18611816 Change-Id: If8b3bd00da683ee1b63302f11a3d87638ac8ce8d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cb2ea8b415
1 changed files with 3 additions and 0 deletions
|
@ -13,3 +13,6 @@ allow google_camera_app gxp_device:chr_file rw_file_perms;
|
|||
|
||||
# Allows camera app to search for GXP firmware file.
|
||||
allow google_camera_app vendor_fw_file:dir search;
|
||||
|
||||
# Allows camera app to access the PowerHAL.
|
||||
hal_client_domain(google_camera_app, hal_power)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue