Edwin Wong | f951e64 | 2020-01-26 15:46:00 -0800 | [diff] [blame] | 1 | { |
| 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 | |