Fix Xiaomi sound distortion on all devices

fix to remove entire lib64/soundfx directory, remove lib/soundfx as well
This commit is contained in:
Alessandro Eppacher 2018-09-07 23:35:40 -04:00 committed by Pierre-Hugues HUSSON
parent 64063c77c4
commit 229e74b438
1 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,8 @@ if getprop ro.vendor.build.fingerprint |grep -q -e Xiaomi/clover/clover -e iaomi
fi
if getprop ro.vendor.build.fingerprint |grep -q -e Xiaomi/beryllium/beryllium -e Xiaomi/sirius/sirius -e Xiaomi/dipper/dipper -e Xiaomi/ursa/ursa -e Xiaomi/polaris/polaris;then
mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx/
mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx
mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx
fi
for f in /vendor/lib/mtk-ril.so /vendor/lib64/mtk-ril.so;do