Merge "camera: allow the camera hal to set fatp prop" into sc-dev
This commit is contained in:
commit
2a96bc108c
1 changed files with 5 additions and 0 deletions
|
@ -46,6 +46,11 @@ tmpfs_domain(hal_camera_default);
|
|||
# Allow access to camera-related system properties
|
||||
get_prop(hal_camera_default, vendor_camera_prop);
|
||||
get_prop(hal_camera_default, vendor_camera_debug_prop);
|
||||
userdebug_or_eng(`
|
||||
set_prop(hal_camera_default, vendor_camera_fatp_prop);
|
||||
set_prop(hal_camera_default, vendor_camera_debug_prop);
|
||||
')
|
||||
|
||||
|
||||
# For camera hal to talk with rlsservice
|
||||
allow hal_camera_default rls_service:service_manager find;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue