diff options
author | Bruno Martins <bgcngm@gmail.com> | 2022-10-14 12:35:33 +0100 |
---|---|---|
committer | Davide Garberi <dade.garberi@gmail.com> | 2023-08-12 21:49:15 +0200 |
commit | 0b68b93ed6d7aebd6a4d06dc3bff54f4879fedea (patch) | |
tree | 73e25695bdbefd487bce9e33866a41624efda7be /extract-files.sh | |
parent | 0a2e38ca6a85947ee53e8e2e9c7f75823fdb6636 (diff) |
msm8996-common: Remove protobuf hax
The protobuf vendorcompat libs are built now.
Change-Id: I8eeec1203b05341bfd4b808f72e55e4f90e33f1e
Signed-off-by: Nanhumly <admin@warbler.cc>
Diffstat (limited to 'extract-files.sh')
-rwxr-xr-x | extract-files.sh | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/extract-files.sh b/extract-files.sh index 9fae145..13c54b6 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -113,14 +113,6 @@ function blob_fixup() { "${PATCHELF}" --remove-needed libmedia.so "${2}" ;; - vendor/lib64/libsettings.so) - "${PATCHELF}" --replace-needed "libprotobuf-cpp-full.so" "libprotobuf-cpp-full-v28.so" "${2}" - ;; - - vendor/lib64/libwvhidl.so) - "${PATCHELF}" --replace-needed "libprotobuf-cpp-lite.so" "libprotobuf-cpp-lite-v28.so" "${2}" - ;; - vendor/etc/permissions/qti_libpermissions.xml) sed -i 's|"android.hidl.manager-V1.0-java"|"android.hidl.manager@1.0-java"|' ${2} ;; |