From: Nolen Johnson Date: Thu, 5 Sep 2024 04:44:13 +0000 (-0400) Subject: fixup! kane: Sync extract scripts with templates X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7200c0227043a6061e0d657457099ed75725b485;p=GitHub%2FLineageOS%2Fandroid_device_motorola_kane.git fixup! kane: Sync extract scripts with templates Change-Id: I862a2b1b9e572cb17d13f583bcb5016051a0606e --- diff --git a/extract-files.sh b/extract-files.sh index 1991a2f..68dbfcf 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -10,7 +10,7 @@ function blob_fixup() { case "${1}" in # Missing libutils symbols vendor/lib*/sensors.chub.so|vendor/lib*/hw/sensors.kane_sprout.so) - [ "$2" = "" ] && return 0 + [ "$2" = "" ] && return 0 "${PATCHELF}" --replace-needed "libutils.so" "libutils-v32.so" "${2}" ;; # Remove libhidltransport/libhwbinder dependencies