From: Michael Bestas Date: Thu, 5 Nov 2020 17:50:53 +0000 (+0200) Subject: universal7580: Switch to patchelf from tools-lineage X-Git-Url: https://git.stricted.de/?p=GitHub%2FLineageOS%2Fandroid_device_samsung_universal7580-common.git;a=commitdiff_plain;h=9f5f4ccf782dc85a7ff98b457f69f9838e419ac7 universal7580: Switch to patchelf from tools-lineage Change-Id: If1a7328804fb9bc39ccec70690f1090f2d0509b3 --- diff --git a/extract-files.sh b/extract-files.sh index aea1eff..4dafda3 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -61,7 +61,7 @@ extract "${MY_DIR}/proprietary-files.txt" "${SRC}" "${KANG}" --section "${SECTIO # Fix proprietary blobs BLOB_ROOT="$ANDROID_ROOT"/vendor/"$VENDOR"/"$DEVICE_COMMON"/proprietary -patchelf --replace-needed libgui.so libsensor.so $BLOB_ROOT/vendor/bin/gpsd +"${PATCHELF}" --replace-needed libgui.so libsensor.so $BLOB_ROOT/vendor/bin/gpsd # replace SSLv3_client_method with SSLv23_method sed -i "s/SSLv3_client_method/SSLv23_method\x00\x00\x00\x00\x00\x00/" $BLOB_ROOT/vendor/bin/gpsd