Skip to content
Snippets Groups Projects
Commit 3750b0e8 authored by Nolen Johnson's avatar Nolen Johnson
Browse files

fixup! beckham: Use libhidlbase-v32 for fingerprint and vibrator libs

Change-Id: I47163bdf727d4d650430881d95c936bf21c53fcb
parent a461c79d
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ function blob_fixup() { ...@@ -43,7 +43,7 @@ function blob_fixup() {
"${PATCHELF}" --replace-needed "libutils.so" "libutils-v32.so" "${2}" "${PATCHELF}" --replace-needed "libutils.so" "libutils-v32.so" "${2}"
;; ;;
# Fix missing symbol _ZN7android8hardware7details17gBnConstructorMapE # Fix missing symbol _ZN7android8hardware7details17gBnConstructorMapE
lib64/motorola.hardware.vibrator@1.0.so) system/lib64/motorola.hardware.vibrator@1.0.so)
"${PATCHELF}" --replace-needed "libhidlbase.so" "libhidlbase-v32.so" "${2}" "${PATCHELF}" --replace-needed "libhidlbase.so" "libhidlbase-v32.so" "${2}"
;; ;;
vendor/lib64/com.fingerprints.extension@1.0.so) vendor/lib64/com.fingerprints.extension@1.0.so)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment