Merge "Allow P23 Camera HAL to acquire wake locks" into udc-d1-dev
This commit is contained in:
commit
6bf3b733ac
1 changed files with 3 additions and 0 deletions
3
vendor/hal_camera_default.te
vendored
3
vendor/hal_camera_default.te
vendored
|
@ -97,3 +97,6 @@ dontaudit hal_camera_default system_data_file:dir { search };
|
||||||
# google3 prebuilts attempt to connect to the wrong trace socket, ignore them.
|
# google3 prebuilts attempt to connect to the wrong trace socket, ignore them.
|
||||||
dontaudit hal_camera_default traced:unix_stream_socket { connectto };
|
dontaudit hal_camera_default traced:unix_stream_socket { connectto };
|
||||||
dontaudit hal_camera_default traced_producer_socket:sock_file { write };
|
dontaudit hal_camera_default traced_producer_socket:sock_file { write };
|
||||||
|
|
||||||
|
# Allow the Camera HAL to acquire wakelocks for buffer pre-allocation purposes
|
||||||
|
wakelock_use(hal_camera_default)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue