Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c384bbd0 authored by Bharath's avatar Bharath
Browse files

Partially revert "FP3: Patch up libremosaic_daemon.so"

This reverts commit d7e21bec.

The library is already patched in stock. Hence, drop the patching
logic but still copy over the binder library from VNDK 20.

Change-Id: I834280d1964900a195eaa8070cfab78f41bdba67
parent 32f3d90b
Loading
Loading
Loading
Loading
+2 −6
Original line number Diff line number Diff line
@@ -74,10 +74,6 @@ function blob_fixup() {
            "${PATCHELF}" --set-soname "fingerprint.FP3.so" "${2}"
            ;;

        vendor/lib/libremosaic_daemon.so)
            [ "$2" = "" ] && return 0
            "${PATCHELF}" --replace-needed "libbinder.so" "libbinder-v30.so" "${2}"
            ;;
        *)
            return 1
            ;;