commit | 974322995ca9f6f26859c680e9c8664926d9abaa | [log] [tgz] |
---|---|---|
author | Michael Bestas <mkbestas@lineageos.org> | Tue Aug 27 00:21:27 2024 +0300 |
committer | Michael Bestas <mkbestas@lineageos.org> | Tue Aug 27 00:33:10 2024 +0300 |
tree | 887b29dca3ff3fd552b28f55999716762792072e | |
parent | 90716104560adf39717ea837f482d6e445f4934a [diff] |
FP5: Correct fingerprint.lahaina SONAME Change-Id: I9e5e99ef30f23f620fcb737cae834e26bc7f0b91
diff --git a/extract-files.sh b/extract-files.sh index 23dd2d3..49b1ca1 100755 --- a/extract-files.sh +++ b/extract-files.sh
@@ -61,6 +61,9 @@ vendor/etc/libnfc-hal-st.conf) sed -i 's|STNFC_HAL_LOGLEVEL=.*|STNFC_HAL_LOGLEVEL=0x12|g' "${2}" ;; + vendor/lib64/hw/fingerprint.lahaina.so) + "${PATCHELF}" --set-soname fingerprint.lahaina.so "${2}" + ;; esac }