mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 15:48:22 +00:00
Add policy to allow debug camera app (GCAEng and locally built GCANext) to access HAL to apply CPU/GPU boost on userdebug builds.
Bug: 233998391 Test: Boost applied successfully for all flavors b/233998391#comment15. GCA. Change-Id: If339705cf4daec0f12e81c2c8efdc1eb4a063267
This commit is contained in:
@@ -15,4 +15,7 @@ userdebug_or_eng(`
|
||||
|
||||
# Allows camera app to search for GXP firmware file.
|
||||
allow debug_camera_app vendor_fw_file:dir search;
|
||||
')
|
||||
|
||||
# Allows camera app to access the PowerHAL.
|
||||
hal_client_domain(debug_camera_app, hal_power)
|
||||
')
|
||||
|
||||
Reference in New Issue
Block a user