gts3llte: extract-files: Use libprotobuf VNDK v28 for libsec-ril
Signed-off-by: Deokgyu Yang <secugyu@gmail.com> Change-Id: If0c8070eb142ab2a31d92aa911be93859c664d42
This commit is contained in:
parent
2cd3386016
commit
abec5434eb
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ function blob_fixup() {
|
|||
case "${1}" in
|
||||
vendor/lib64/libsec-ril.so)
|
||||
sed -i "s/libhidltransport.so/libcutils-v29.so\x00\x00\x00/" "${2}"
|
||||
"${PATCHELF}" --replace-needed "libprotobuf-cpp-full.so" "libprotobuf-cpp-full-v28.so" "${2}"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue