Yet another sick C2 MTK...

This commit is contained in:
Pierre-Hugues Husson 2020-06-11 17:49:00 +02:00
parent e530d6a7e5
commit 33afc851c4
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,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 -e mt8768;then
if [ "$vndk" -le 28 ] && getprop ro.hardware |grep -q -e mt6761 -e mt6763 -e mt6765 -e mt6785 -e mt8768 -e mt6779;then
setprop debug.stagefright.ccodec 0
fi