Ignore audio efects on all moto

This commit is contained in:
Pierre-Hugues Husson 2020-03-15 13:28:30 +01:00
parent d467acb307
commit e83a8c3726
1 changed files with 1 additions and 0 deletions

View File

@ -282,6 +282,7 @@ fi
if [ "$(getprop ro.vendor.product.manufacturer)" = "motorola" ] || [ "$(getprop ro.product.vendor.manufacturer)" = "motorola" ]; then
if getprop ro.vendor.product.device | grep -q -e nora -e ali -e hannah -e evert -e jeter -e deen -e james -e pettyl -e jater; then
setprop ro.audio.ignore_effects true
if [ "$vndk" -ge 28 ]; then
f="/vendor/lib/libeffects.so"
# shellcheck disable=SC2010