Blacklist OMX.SEC.mp3.dec for more devices

Issue: #4519
PiperOrigin-RevId: 229145790
This commit is contained in:
andrewlewis 2019-01-14 10:05:17 +00:00 committed by Oliver Woodman
parent 1f03093dc5
commit f44fc542bb

View File

@ -326,7 +326,9 @@ public final class MediaCodecUtil {
|| Util.MODEL.startsWith("SM-G350") || Util.MODEL.startsWith("SM-G350")
|| Util.MODEL.startsWith("SM-G386") || Util.MODEL.startsWith("SM-G386")
|| Util.MODEL.startsWith("SM-T231") || Util.MODEL.startsWith("SM-T231")
|| Util.MODEL.startsWith("SM-T530"))) { || Util.MODEL.startsWith("SM-T530")
|| Util.MODEL.startsWith("SCH-I535")
|| Util.MODEL.startsWith("SPH-L710"))) {
return false; return false;
} }
if ("OMX.brcm.audio.mp3.decoder".equals(name) if ("OMX.brcm.audio.mp3.decoder".equals(name)