blob: 6dc0c6f5b6767ba794a33c3691f17ebddf43b549 [file] [log] [blame]
Edwin Wongf951e642020-01-26 15:46:00 -08001{
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 },
14 {
15 "name": "GtsExoPlayerTestCases",
16 "options" : [
17 {
18 "include-annotation": "android.platform.test.annotations.SocPresubmit"
19 },
20 {
21 "include-filter": "com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed"
22 }
23 ]
24 }
25 ],
26 "imports": [
27 {
28 "path": "frameworks/av/drm/mediadrm/plugins"
29 }
30 ]
31}
32