Add policy to allow debug camera app (GCAEng and locally built GCANext) to access HAL to apply CPU/GPU boost on userdebug builds. am: 1240fdefbb
am: b1fee529bc
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs201-sepolicy/+/18669326 Change-Id: I79297f565e0fa97cc6b6fdca21c4acc4b6a620ff Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
c4ca54241e
1 changed files with 4 additions and 1 deletions
|
@ -15,4 +15,7 @@ userdebug_or_eng(`
|
||||||
|
|
||||||
# Allows camera app to search for GXP firmware file.
|
# Allows camera app to search for GXP firmware file.
|
||||||
allow debug_camera_app vendor_fw_file:dir search;
|
allow debug_camera_app vendor_fw_file:dir search;
|
||||||
')
|
|
||||||
|
# Allows camera app to access the PowerHAL.
|
||||||
|
hal_client_domain(debug_camera_app, hal_power)
|
||||||
|
')
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue