mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -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
|
||||
}
|
||||
|
|
|
|||
|
|
@ -59,7 +59,8 @@ PRODUCT_PACKAGES += \
|
|||
android.hardware.graphics.allocator@2.0-service \
|
||||
android.hardware.graphics.composer@2.1-impl \
|
||||
android.hardware.graphics.composer@2.1-service \
|
||||
android.hardware.graphics.mapper@2.0-impl
|
||||
android.hardware.graphics.mapper@2.0-impl \
|
||||
libgui_vendor
|
||||
|
||||
# HIDL
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
|||
Loading…
Reference in a new issue