blob: bc15879817fdd81e0d9cf0274fb5dd3926320195 [file] [log] [blame]
Edwin Wong713182c2019-09-27 18:11:52 -07001{
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.MediaDrmTest"
14 },
15 {
16 "include-filter": "com.google.android.media.gts.WidevineDashPolicyTests"
17 }
18 ]
19 }
20 ],
21 "imports": [
22 {
23 "path": "frameworks/av/drm/mediadrm/plugins"
24 }
25 ]
26}