Revert "sm8250-common: fixup for pstars libgui_vendor.so"

This reverts commit 1b2090b03b263060a67e7675068e42c8c79a212d.

building from source
This commit is contained in:
SGCMarkus 2022-02-19 15:23:46 +01:00
parent 22daf1fca5
commit 4b786f2379

View File

@ -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}"