miuicamera: Remove usage of libhidltransport
Change-Id: I29afa41e3ae811d115394efbee13ee49c161cc66
This commit is contained in:
parent
9d169eba43
commit
8ce4f840d5
Binary file not shown.
@ -55,6 +55,9 @@ fi
|
|||||||
|
|
||||||
function blob_fixup() {
|
function blob_fixup() {
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
|
system/lib64/libmicampostproc_client.so)
|
||||||
|
"${PATCHELF}" --remove-needed "libhidltransport.so" "${2}"
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user