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