Merge pull request #46117 from akien-mga/dynamic-load-libudev

Dynamically load libudev.so.1 on Linux
This commit is contained in:
Rémi Verschelde
2021-02-17 13:40:15 +01:00
committed by GitHub
8 changed files with 1154 additions and 14 deletions

View File

@ -30,6 +30,8 @@ while IFS= read -rd '' f; do
continue
elif [[ "$f" == "platform/android/java/lib/src/com/google"* ]]; then
continue
elif [[ "$f" == *"-so_wrap."* ]]; then
continue
fi
# Ensure that files are UTF-8 formatted.
recode UTF-8 "$f" 2> /dev/null