Remove Google Camera access to GXP firmware.
This was originally a workaround and is not needed on Zuma. Bug: 264489778 Test: gca_smoke.py on zuma device Change-Id: I35d168a2f832a430ec1b782b12fb642bcea4bfd1
This commit is contained in:
parent
8733772e74
commit
35910a3e8b
1 changed files with 1 additions and 2 deletions
3
vendor/google_camera_app.te
vendored
3
vendor/google_camera_app.te
vendored
|
@ -9,9 +9,8 @@ allow google_camera_app mediaextractor_service:service_manager find;
|
|||
allow google_camera_app mediametrics_service:service_manager find;
|
||||
allow google_camera_app mediaserver_service:service_manager find;
|
||||
|
||||
# Allows GCA to acccess the GXP device and search for the firmware file.
|
||||
# Allows GCA to acccess the GXP device.
|
||||
allow google_camera_app gxp_device:chr_file rw_file_perms;
|
||||
allow google_camera_app vendor_fw_file:dir search;
|
||||
|
||||
# Allows GCA to access the PowerHAL.
|
||||
hal_client_domain(google_camera_app, hal_power)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue