summaryrefslogtreecommitdiff
path: root/media/TEST_MAPPING
blob: a7ed091188174bf19fadd4d477e13dea97fb3430 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "presubmit": [
    {
      "name": "GtsMediaTestCases",
      "options" : [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
        },
        {
          "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests"
        }
      ]
    }
  ],
  "imports": [
    {
      "path": "frameworks/av/drm/mediadrm/plugins"
    }
  ]
}