Merge "Allow P23 Camera HAL to acquire wake locks" into udc-d1-dev

This commit is contained in:
Tommy Kardach 2023-05-02 22:23:36 +00:00 committed by Android (Google) Code Review
commit 6bf3b733ac

View file

@ -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.
dontaudit hal_camera_default traced:unix_stream_socket { connectto };
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)