Add Moto evert/jeter/aljeter for soundfx workaround

This commit is contained in:
Pierre-Hugues Husson 2019-02-14 17:29:15 +01:00
parent 2b623795c1
commit 63bacaf3bf

View File

@ -175,7 +175,7 @@ if getprop ro.vendor.build.fingerprint |grep -iq \
fi fi
if [ "$(getprop ro.vendor.product.manufacturer)" == "motorola" ];then if [ "$(getprop ro.vendor.product.manufacturer)" == "motorola" ];then
if getprop ro.vendor.product.device |grep -q -e nora -e ali -e hannah;then if getprop ro.vendor.product.device |grep -q -e nora -e ali -e hannah -e evert -e jeter;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 mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx
fi fi