mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: Add shim for sensorndkbridge used by camera HAL
Change-Id: I437f8ae2613b1e2f9bb7b3397507cd3297a55da3 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
6ec29a4cb1
commit
ef5e0659ef
4 changed files with 77 additions and 1 deletions
|
|
@ -40,6 +40,9 @@ function blob_fixup {
|
|||
"$PATCHELF" --remove-needed "libcamera_client.so" "$2"
|
||||
"$PATCHELF" --remove-needed "libgui.so" "$2"
|
||||
;;
|
||||
vendor/lib*/libsensorlistener.so)
|
||||
"$PATCHELF" --add-needed "libshim_sensorndkbridge.so" "$2"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue