mirror of
https://github.com/Evolution-X-Devices/device_samsung_beyond1lte
synced 2026-01-27 10:02:12 +00:00
beyond1lte: 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
e2af8fce20
commit
7217bca480
@@ -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',
|
||||
|
||||
@@ -28,7 +28,7 @@ vendor/firmware/bcm4375B1_semco_sem.hcd
|
||||
|
||||
## Camera - from beyond1lte - G973FXXSEGVA9
|
||||
vendor/lib64/hw/camera.exynos9820.so|2399a48b9e4187a8f2de083c21f8d99767bee62b
|
||||
vendor/lib64/libexynoscamera3.so|67c555e3af1b20a7754a448466ad7e9fdccd5b03|67c555e3af1b20a7754a448466ad7e9fdccd5b03
|
||||
vendor/lib64/libexynoscamera3.so|a7a07bac6fe5d0bb3dd01dbcde27eac56cc7954d|a7a07bac6fe5d0bb3dd01dbcde27eac56cc7954d
|
||||
|
||||
## Camera Firmware
|
||||
vendor/firmware/fimc_is_fw_mcu.bin
|
||||
|
||||
Reference in New Issue
Block a user