Merge "Camera: allow appdomain FD use for hal_camera"

am: 1c4014ab24

Change-Id: I2a36fd9265032e343e92adf022705121bba287f4
This commit is contained in:
Yin-Chia Yeh 2017-02-22 01:48:30 +00:00 committed by android-build-merger
commit a5c6cd0621

View file

@ -13,6 +13,8 @@ allow hal_camera ion_device:chr_file rw_file_perms;
# Both the client and the server need to use the graphics allocator
allow { hal_camera_client hal_camera_server } hal_graphics_allocator:fd use;
# Allow hal_camera to use fence FD from surface owned by application
allow hal_camera appdomain:fd use;
###
### neverallow rules