Ray Essick | e5119eb | 2020-04-27 14:46:03 -0700 | [diff] [blame] | 1 | // for frameworks/av/media |
Ray Essick | d4ef98e | 2020-04-23 16:28:21 -0700 | [diff] [blame] | 2 | { |
Harish Mahendrakar | 5000473 | 2022-06-03 11:15:09 -0700 | [diff] [blame] | 3 | // TODO (b/229286407) Add EncodeDecodeTest and DecodeEditEncodeTest to |
| 4 | // presubmit-large once issues in cuttlefish are fixed |
Dan Shi | 7b97c94 | 2020-12-09 21:34:36 +0000 | [diff] [blame] | 5 | "presubmit": [ |
Edwin Wong | 25fde52 | 2020-04-02 22:03:36 -0700 | [diff] [blame] | 6 | { |
| 7 | "name": "GtsMediaTestCases", |
| 8 | "options" : [ |
| 9 | { |
| 10 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 11 | }, |
| 12 | { |
| 13 | "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests" |
Edwin Wong | 25fde52 | 2020-04-02 22:03:36 -0700 | [diff] [blame] | 14 | }, |
| 15 | { |
Robert Shih | f4d4f45 | 2021-02-03 22:53:30 -0800 | [diff] [blame] | 16 | "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests" |
Edwin Wong | 25fde52 | 2020-04-02 22:03:36 -0700 | [diff] [blame] | 17 | } |
| 18 | ] |
| 19 | } |
| 20 | ], |
| 21 | |
| 22 | "imports": [ |
| 23 | { |
| 24 | "path": "frameworks/av/drm/mediadrm/plugins" |
Ray Essick | e5119eb | 2020-04-27 14:46:03 -0700 | [diff] [blame] | 25 | } |
Ray Essick | d4ef98e | 2020-04-23 16:28:21 -0700 | [diff] [blame] | 26 | ] |
Harish Mahendrakar | cad7f4a | 2022-06-03 16:58:48 -0700 | [diff] [blame^] | 27 | |
| 28 | // TODO (b/229286407) Add EncodeDecodeTest and DecodeEditEncodeTest to |
| 29 | // platinum-postsubmit once issues in cuttlefish are fixed |
Ray Essick | d4ef98e | 2020-04-23 16:28:21 -0700 | [diff] [blame] | 30 | } |