Edwin Wong | 713182c | 2019-09-27 18:11:52 -0700 | [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 | "include-filter": "com.google.android.media.gts.MediaDrmTest" |
| 14 | }, |
| 15 | { |
| 16 | "include-filter": "com.google.android.media.gts.WidevineDashPolicyTests" |
| 17 | } |
| 18 | ] |
| 19 | } |
| 20 | ], |
| 21 | "imports": [ |
| 22 | { |
| 23 | "path": "frameworks/av/drm/mediadrm/plugins" |
| 24 | } |
| 25 | ] |
| 26 | } |