Skip to content

Commit

Permalink
fixup! marlin: Sync extract scripts with templates
Browse files Browse the repository at this point in the history
Change-Id: Ie443af2743c201517c53eb920ea9bf082031867b
  • Loading branch information
npjohnson committed Sep 5, 2024
1 parent ec28ddc commit b6036d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marlin/extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ function blob_fixup() {
sed -i "s/vndbinder/binder\x00\x00\x00/" "${2}"
;;
# Patch QC RIL to load custom libnano
[ "$2" = "" ] && return 0
vendor/lib64/libril-qc-qmi-1.so)
[ "$2" = "" ] && return 0
grep -q "libnanopb393.so" "${2}" || "${PATCHELF}" --add-needed "libnanopb393.so" "${2}"
;;
*)
Expand Down
2 changes: 1 addition & 1 deletion sailfish/extract-files.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ function blob_fixup() {
sed -i "s/vndbinder/binder\x00\x00\x00/" "${2}"
;;
# Patch QC RIL to load custom libnano
[ "$2" = "" ] && return 0
vendor/lib64/libril-qc-qmi-1.so)
[ "$2" = "" ] && return 0
grep -q "libnanopb393.so" "${2}" || "${PATCHELF}" --add-needed "libnanopb393.so" "${2}"
;;
*)
Expand Down

0 comments on commit b6036d7

Please sign in to comment.