blob: e01f4527ed91843d73d862b9fe4648ec2de312e9 [file] [log] [blame]
Edwin Wongcc1dcd82020-01-24 17:52:40 -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}