mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -04:00
universal7885: Remove libcamera_client and libgui deps from libexynoscamera*.so
Signed-off-by: SamarV-121 <samarvispute121@gmail.com> Change-Id: Ibbdaee7f91e02361c4c972a41a54058a6ef21fe7
This commit is contained in:
parent
25c771fe6c
commit
77a771e2d8
1 changed files with 5 additions and 3 deletions
|
|
@ -34,12 +34,14 @@ function blob_fixup {
|
|||
"$PATCHELF" --replace-needed "libcutils.so" "libcutils-v29.so" "$2"
|
||||
;;
|
||||
vendor/lib*/hw/camera.exynos7904.so)
|
||||
;&
|
||||
"$PATCHELF" --replace-needed "libcamera_client.so" "libcamera_metadata_helper.so" "$2"
|
||||
"$PATCHELF" --replace-needed "libgui.so" "libgui_vendor.so" "$2"
|
||||
;;
|
||||
vendor/lib*/libexynoscamera.so)
|
||||
;&
|
||||
vendor/lib*/libexynoscamera3.so)
|
||||
"$PATCHELF" --replace-needed "libcamera_client.so" "libcamera_metadata_helper.so" "$2"
|
||||
"$PATCHELF" --replace-needed "libgui.so" "libgui_vendor.so" "$2"
|
||||
"$PATCHELF" --remove-needed "libcamera_client.so" "$2"
|
||||
"$PATCHELF" --remove-needed "libgui.so" "$2"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue