sm8550-common: Replace libcppbor_external.so with libcppbor.so
"_external" suffix was removed from libcppbor on V Change-Id: I144f200b5222e5cf4efc03d8c010843d7e096951
This commit is contained in:
@@ -74,6 +74,7 @@ function blob_fixup() {
|
|||||||
[ "$2" = "" ] && return 0
|
[ "$2" = "" ] && return 0
|
||||||
grep -q "android.hardware.security.rkp-V3-ndk.so" "${2}" || ${PATCHELF} --add-needed "android.hardware.security.rkp-V3-ndk.so" "${2}"
|
grep -q "android.hardware.security.rkp-V3-ndk.so" "${2}" || ${PATCHELF} --add-needed "android.hardware.security.rkp-V3-ndk.so" "${2}"
|
||||||
${PATCHELF} --replace-needed libcrypto.so libcrypto-v33.so "${2}"
|
${PATCHELF} --replace-needed libcrypto.so libcrypto-v33.so "${2}"
|
||||||
|
${PATCHELF} --replace-needed libcppbor_external.so libcppbor.so "${2}"
|
||||||
;;
|
;;
|
||||||
vendor/lib64/hw/gatekeeper.mdfpp.so)
|
vendor/lib64/hw/gatekeeper.mdfpp.so)
|
||||||
[ "$2" = "" ] && return 0
|
[ "$2" = "" ] && return 0
|
||||||
|
Reference in New Issue
Block a user