Another broken Codec 2

See https://github.com/phhusson/treble_experimentations/issues/1104
This commit is contained in:
Pierre-Hugues Husson 2020-03-12 16:54:44 +01:00 committed by tboy1991
parent 9869b366ff
commit 1867351e50

View File

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