mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 20:15:32 -04:00
universal7885: Compile libgui_vendor and patch camera HAL to load it instead of libgui
Change-Id: I14ea34cf40555d9d22a1d092aca382df3d01b87f Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
67a7b402ef
commit
25c771fe6c
2 changed files with 3 additions and 1 deletions
|
|
@ -39,6 +39,7 @@ function blob_fixup {
|
|||
;&
|
||||
vendor/lib*/libexynoscamera3.so)
|
||||
"$PATCHELF" --replace-needed "libcamera_client.so" "libcamera_metadata_helper.so" "$2"
|
||||
"$PATCHELF" --replace-needed "libgui.so" "libgui_vendor.so" "$2"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue