From 4b786f2379caa3f7d239b8872f061e2071a7021d Mon Sep 17 00:00:00 2001 From: SGCMarkus Date: Sat, 19 Feb 2022 15:23:46 +0100 Subject: [PATCH] Revert "sm8250-common: fixup for pstars libgui_vendor.so" This reverts commit 1b2090b03b263060a67e7675068e42c8c79a212d. building from source --- extract-files.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/extract-files.sh b/extract-files.sh index 11dfa25..12c53a4 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -58,17 +58,6 @@ if [ -z "${SRC}" ]; then SRC="adb" fi -function blob_fixup() { - case "${1}" in - vendor/lib/libgui_vendor.so) - sed -i "s/libui.so/lui30.so/" "${2}" - ;; - vendor/lib64/libgui_vendor.so) - sed -i "s/libui.so/lui30.so/" "${2}" - ;; - esac -} - if [ -z "${ONLY_TARGET}" ]; then # Initialize the helper for common device setup_vendor "${DEVICE_COMMON}" "${VENDOR}" "${ANDROID_ROOT}" true "${CLEAN_VENDOR}"