Add a tablet SoC in ccodec 0 band

This commit is contained in:
Pierre-Hugues Husson 2020-05-30 16:38:56 +02:00
parent 34170ee087
commit afb17027d2
1 changed files with 1 additions and 1 deletions

View File

@ -675,7 +675,7 @@ if getprop ro.build.overlay.deviceid |grep -qE '^RMX';then
fi
fi
if [ "$vndk" -le 28 ] && getprop ro.hardware |grep -q -e mt6761 -e mt6763 -e mt6765 -e mt6785;then
if [ "$vndk" -le 28 ] && getprop ro.hardware |grep -q -e mt6761 -e mt6763 -e mt6765 -e mt6785 -e mt8768;then
setprop debug.stagefright.ccodec 0
fi