diff options
author | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-21 18:13:41 +0530 |
---|---|---|
committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-12-21 18:13:41 +0530 |
commit | a86a4299cdc185fa66c8616ea42fa6aff7dcf0e8 (patch) | |
tree | 5f275e0a17f155402d86dab676f73096bf374c9f | |
parent | 3af814a746db372bf5298f301b24a4dc1d98ef6b (diff) |
msm8996-common: Add libutils_shim to vendor/bin/pm-service
-rwxr-xr-x | extract-files.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/extract-files.sh b/extract-files.sh index ce17baa..a194965 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -71,6 +71,10 @@ fi function blob_fixup() { case "${1}" in + vendor/bin/pm-service) + "${PATCHELF}" --add-needed libutils_shim.so "${2}" + ;; + system_ext/lib64/libdpmframework.so) for LIBDPM_SHIM in $(grep -L "libcutils_shim.so" "${2}"); do "${PATCHELF}" --add-needed "libcutils_shim.so" "$LIBDPM_SHIM" |