Skip to content

Commit

Permalink
axolotl-shiftos: fingerprint: use libhidlbase-v32 for goodix
Browse files Browse the repository at this point in the history
Test: run cts-on-gsi -m CtsBiometricsTestCases
Test: run cts-on-gsi -m CtsHardwareTestCases -t android.hardware.fingerprint.cts.FingerprintManagerTest
Test: run vts -m VtsHalBiometricsFingerprintV2_1TargetTest
Test: run vts -m VtsHalBiometricsFingerprintV2_2TargetTest
Change-Id: Iaef8ede57250aa171f9863e7e250c604ef241334
Signed-off-by: Alexander Martinz <[email protected]>
  • Loading branch information
amartinz committed Dec 1, 2023
1 parent 70a078b commit 35b1af1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ function blob_fixup() {
vendor/lib64/hw/camera.qcom.so)
grep -q "libcomparetf2_shim.so" "${2}" || "${PATCHELF}" --add-needed "libcomparetf2_shim.so" "${2}"
;;
vendor/lib64/[email protected])
grep -q "libhidlbase-v32.so" "${2}" || "${PATCHELF}" --replace-needed "libhidlbase.so" "libhidlbase-v32.so" "${2}"
;;
esac
}

Expand Down

0 comments on commit 35b1af1

Please sign in to comment.