blob: a7ed091188174bf19fadd4d477e13dea97fb3430 [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 {
Robert Shih0fa2ed82021-02-03 23:10:01 -080013 "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests"
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