axolotl: Remove 32bit fingerprint HAL and fix 64bit SONAME
Change-Id: I6b5704647cf0f5264902fc74af8b81d60d7b3f71
diff --git a/extract-files.sh b/extract-files.sh
index cd591c3..36bfd06 100755
--- a/extract-files.sh
+++ b/extract-files.sh
@@ -63,6 +63,10 @@
function blob_fixup() {
case "${1}" in
+ odm/lib64/hw/fingerprint.sdm845.so)
+ [ "$2" = "" ] && return 0
+ "${PATCHELF_0_17_2}" --set-soname "fingerprint.sdm845.so" "${2}"
+ ;;
system_ext/lib64/lib-imsvideocodec.so)
[ "$2" = "" ] && return 0
grep -q "libgui_shim.so" "${2}" || "${PATCHELF}" --add-needed "libgui_shim.so" "${2}"
diff --git a/proprietary-files.txt b/proprietary-files.txt
index 63ceb19..8b6c4c2 100644
--- a/proprietary-files.txt
+++ b/proprietary-files.txt
@@ -395,7 +395,6 @@
#vendor/lib64/vendor.qti.hardware.factory@1.1.so
# Fingerprint
-vendor/lib/hw/fingerprint.default.so:odm/lib/hw/fingerprint.sdm845.so
vendor/lib64/hw/fingerprint.default.so:odm/lib64/hw/fingerprint.sdm845.so
vendor/lib64/libgf_ca.so:odm/lib64/libgf_ca.so
vendor/lib64/libgf_hal.so:odm/lib64/libgf_hal.so