Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfe30652 authored by Brian Lindahl's avatar Brian Lindahl
Browse files

Add DecoderRenderTest to tv-postsubmit

Bug: 336350963
Test: atest DecoderRenderTest across a variety of TV devices
Change-Id: Id893414f7d4b7b28ab18c06a88429185e855ec66
parent e5d2d6f8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -14,5 +14,8 @@ robertshih@google.com
taklee@google.com
wonsik@google.com

# For TEST_MAPPING tv-presubmit and tv-postsubmit configurations:
per-file TEST_MAPPING = blindahl@google.com

# go/android-fwk-media-solutions for info on areas of ownership.
include platform/frameworks/av:/media/janitors/media_solutions_OWNERS
+6 −0
Original line number Diff line number Diff line
@@ -44,5 +44,11 @@
            ],
            "file_patterns": ["(?i)drm|crypto"]
        }
    ],
    // Postsubmit tests for TV devices
    "tv-postsubmit": [
       {
           "name": "DecoderRenderTest"
       }
    ]
}