Fix Moto soundfx detection

This commit is contained in:
Pierre-Hugues Husson 2019-01-04 01:10:55 +01:00
parent ffbb81e84e
commit 21abdd8ad1
1 changed files with 7 additions and 0 deletions

View File

@ -171,6 +171,13 @@ if getprop ro.vendor.build.fingerprint |grep -q \
mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx
fi
if [ "$(getprop ro.vendor.product.manufacturer)" == "motorola" ];then
if getprop ro.vendor.product.device |grep -q -e nora -e ali;then
mount -o bind /mnt/phh/empty_dir /vendor/lib64/soundfx
mount -o bind /mnt/phh/empty_dir /vendor/lib/soundfx
fi
fi
if getprop ro.vendor.build.fingerprint |grep -q -i -e xiaomi/wayne -e xiaomi/jasmine;then
setprop persist.imx376_sunny.low.lux 310
setprop persist.imx376_sunny.light.lux 280