diff --git a/extract-files.sh b/extract-files.sh index 8d89b6c..1a52035 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -33,6 +33,10 @@ function blob_fixup() { patchelf --remove-needed libandroid.so "${2}" ;; + vendor/lib/libmmcamera2_sensor_modules.so) + sed -i "s|/system/etc/camera/|/vendor/etc/camera/|g" "${2}" + ;; + esac }