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
parent 827a578eec
commit 00e24bf520
1 changed files with 1 additions and 1 deletions

View File

@ -638,6 +638,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