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

Commit 5990e06e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add GTS tests for TreeHugger presubmit"

parents 111afb10 25fde524
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
@@ -17,6 +17,34 @@
                    "include-filter": "android.media.cts.DecodeEditEncodeTest"
                }
            ]
        },
        {
            "name": "GtsMediaTestCases",
            "options" : [
                {
                    "include-annotation": "android.platform.test.annotations.Presubmit"
                },
                {
                    "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
                }
            ]
        },
        {
            "name": "GtsExoPlayerTestCases",
            "options" : [
                {
                    "include-annotation": "android.platform.test.annotations.SocPresubmit"
                },
                {
                    "include-filter": "com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed"
                }
            ]
        }
    ],

    "imports": [
        {
            "path": "frameworks/av/drm/mediadrm/plugins"
        }
    ],