Merge "Camera: Allow camera to access GPU device"

This commit is contained in:
qctecmdr
2019-05-15 10:35:11 -07:00
committed by Gerrit - the friendly Code Review server

View File

@@ -62,3 +62,6 @@ r_dir_file(hal_camera_default, sysfs_graphics)
r_dir_file(hal_camera, adsprpcd_file);
#allow camera to access adsprpc_prop
get_prop(hal_camera, vendor_adsprpc_prop)
# This is needed to access GPU
allow hal_camera_default gpu_device:chr_file rw_file_perms;