miuicamera: Remove usage of libhidltransport

Change-Id: I29afa41e3ae811d115394efbee13ee49c161cc66
This commit is contained in:
AdarshGrewal 2024-04-19 21:21:30 +05:30 committed by basamaryan
parent 9d169eba43
commit 8ce4f840d5
No known key found for this signature in database
GPG Key ID: 707BA6C82329E8F9
2 changed files with 3 additions and 0 deletions

View File

@ -55,6 +55,9 @@ fi
function blob_fixup() {
case "${1}" in
system/lib64/libmicampostproc_client.so)
"${PATCHELF}" --remove-needed "libhidltransport.so" "${2}"
;;
esac
}