camera: allow the camera hal to set fatp prop
Test: camera tests Bug: 184572956 Change-Id: Ie8bc386aa60cf2e46732f2f68c8cb7e86733cb53
This commit is contained in:
parent
48f88fb26b
commit
60872ac2e9
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