diff --git a/extract-files.sh b/extract-files.sh index 825fbe1..06355dc 100755 --- a/extract-files.sh +++ b/extract-files.sh @@ -70,6 +70,10 @@ fi function blob_fixup() { case "${1}" in + system_ext/lib64/libwfdservice.so|system_ext/lib/libwfdservice.so) + [ "$2" = "" ] && return 0 + "${PATCHELF}" --replace-needed "android.media.audio.common.types-V2-cpp.so" "android.media.audio.common.types-V3-cpp.so" "${2}" + ;; system_ext/lib64/libwfdnative.so) [ "$2" = "" ] && return 0 "${PATCHELF}" --remove-needed "android.hidl.base@1.0.so" "${2}"