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

Commit 04eb94da authored by Edwin Wong's avatar Edwin Wong Committed by Automerger Merge Worker
Browse files

Merge "Add GTS tests for TreeHugger presubmit" into rvc-dev am: 95963560 am:...

Merge "Add GTS tests for TreeHugger presubmit" into rvc-dev am: 95963560 am: 2d1527b3 am: 9e1aab2b

Change-Id: I52c3898465d497a4cd626f758da74809ccd2daca
parents e8adebef 9e1aab2b
Loading
Loading
Loading
Loading

media/TEST_MAPPING

0 → 100644
+32 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "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"
    }
  ]
}