blob: cf2f0f0da2b7b3f96161e1a192a504b0c798e918 [file] [log] [blame]
Edwin Wongf951e642020-01-26 15:46:00 -08001{
2 "presubmit": [
3 {
4 "name": "GtsMediaTestCases",
5 "options" : [
6 {
Edwin Wong6f0a6302020-09-11 20:48:02 -07007 "include-annotation": "android.platform.test.annotations.Presubmit"
Edwin Wongf951e642020-01-26 15:46:00 -08008 },
9 {
10 "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
Edwin Wongf951e642020-01-26 15:46:00 -080011 },
12 {
Edwin Wong6f0a6302020-09-11 20:48:02 -070013 "include-filter": "com.google.android.media.gts.WidevineYouTubePerformanceTests"
Edwin Wongf951e642020-01-26 15:46:00 -080014 }
15 ]
16 }
17 ],
18 "imports": [
19 {
20 "path": "frameworks/av/drm/mediadrm/plugins"
21 }
22 ]
23}
24