mirror of
https://github.com/Evolution-X-Devices/device_google_gs201
synced 2026-02-01 11:27:36 +00:00
The camera HAL code is reused from the previous chip and needs to
perform the same operations as previously, with the following
differences:
- The interrupt affinity workaround may no longer be necessary
due to image sensor changes, so the ability to set interrupt
affinity is removed.
- Access to some files that were only present before the APEX
migration is removed.
- vendor_camera_tuning_file is no longer needed.
- TEE access for face auth is removed for now.
Bug: 205904406
Bug: 205657132
Bug: 205780186
Bug: 205072921
Bug: 205657133
Bug: 205780065
Bug: 204718762
Bug: 207300298
Bug: 209889068
Bug: 210067468
Test: Ensure that the policy builds; I don't have access to target
hardware at the moment.
Change-Id: Ia70b98d4e1f3a156a5e719f0d069a90579b6a247
8 lines
296 B
Plaintext
8 lines
296 B
Plaintext
# b/205072921
|
|
dontaudit hal_camera_default kernel:process { setsched };
|
|
# b/205780065
|
|
dontaudit hal_camera_default system_data_file:dir { search };
|
|
# b/205904406
|
|
dontaudit hal_camera_default init:unix_stream_socket { connectto };
|
|
dontaudit hal_camera_default property_socket:sock_file { write };
|