From 7200c0227043a6061e0d657457099ed75725b485 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Thu, 5 Sep 2024 00:44:13 -0400 Subject: [PATCH] fixup! kane: Sync extract scripts with templates Change-Id: I862a2b1b9e572cb17d13f583bcb5016051a0606e --- extract-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1