gts3l-common: extract-files: Remove RIL specific fix up
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: I0a93cb8f4c29f9b1ff3d1307b7daea260d4d6818
This commit is contained in:
parent
10db142c5f
commit
308a83ee67
1 changed files with 0 additions and 3 deletions
|
@ -60,9 +60,6 @@ fi
|
|||
|
||||
function blob_fixup() {
|
||||
case "${1}" in
|
||||
vendor/lib64/libsec-ril.so)
|
||||
sed -i "s/libhidltransport.so/libcutils-v29.so\x00\x00\x00/" "${2}"
|
||||
;;
|
||||
vendor/lib/libwvhidl.so)
|
||||
"${PATCHELF}" --replace-needed "libprotobuf-cpp-lite.so" "libprotobuf-cpp-lite-v28.so" "${2}"
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue