mirror of
https://github.com/Evolution-X-Devices/device_samsung_d2s
synced 2026-02-01 09:49:46 +00:00
d2s: Use custom fence implementation for camera HAL
* This device does not properly close fences causing FD leaks. Change-Id: Id589b3122921e03e677fb0cd1233d67e26430456
This commit is contained in:
committed by
0xsharkboy
parent
bb88c00ec0
commit
b60b7d6c94
@@ -27,7 +27,9 @@ blob_fixups: blob_fixups_user_type = {
|
||||
): blob_fixup()
|
||||
.binary_regex_replace(b'ro.factory.factory_binary', b'ro.vendor.factory_binary\x00'),
|
||||
'vendor/lib64/libexynoscamera3.so': blob_fixup()
|
||||
.sig_replace('8B 02 20 36', '1F 20 03 D5'),
|
||||
.sig_replace('8B 02 20 36', '1F 20 03 D5')
|
||||
.add_needed('libshim_camera.so')
|
||||
.binary_regex_replace(b'_ZN7android5Fence', b'_ZN7exynos55Fence'),
|
||||
(
|
||||
'vendor/lib/sensors.bio.so',
|
||||
'vendor/lib/sensors.sensorhub.so',
|
||||
|
||||
@@ -26,7 +26,7 @@ vendor/firmware/bcm4375B1_semco_sem.hcd
|
||||
|
||||
## Camera - from d2s - N975FXXS7GVB1
|
||||
vendor/lib64/hw/camera.exynos9825.so|eba7419002ab6da18526d76cdf180fd7bca89ded
|
||||
vendor/lib64/libexynoscamera3.so|e56d8a31816c558a8edee1224c119fefa384b910|e56d8a31816c558a8edee1224c119fefa384b910
|
||||
vendor/lib64/libexynoscamera3.so|0ddd28162858ca982e55d88b1b527b331f1d2315|0ddd28162858ca982e55d88b1b527b331f1d2315
|
||||
|
||||
## Camera dependencies
|
||||
vendor/lib64/libTOFProc_interface.so
|
||||
|
||||
Reference in New Issue
Block a user