blob: a4c03bab3a7a15c654f6b8cbac14b20e9ab8ae90 [file] [log] [blame]
Ray Essicke5119eb2020-04-27 14:46:03 -07001// for frameworks/av/media
Ray Essickd4ef98e2020-04-23 16:28:21 -07002{
Harish Mahendrakar50004732022-06-03 11:15:09 -07003 // TODO (b/229286407) Add EncodeDecodeTest and DecodeEditEncodeTest to
4 // presubmit-large once issues in cuttlefish are fixed
Dan Shi7b97c942020-12-09 21:34:36 +00005 "presubmit": [
Edwin Wong25fde522020-04-02 22:03:36 -07006 {
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 Wong25fde522020-04-02 22:03:36 -070014 },
15 {
Robert Shihf4d4f452021-02-03 22:53:30 -080016 "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests"
Edwin Wong25fde522020-04-02 22:03:36 -070017 }
18 ]
19 }
20 ],
21
22 "imports": [
23 {
24 "path": "frameworks/av/drm/mediadrm/plugins"
Ray Essicke5119eb2020-04-27 14:46:03 -070025 }
Ray Essickd4ef98e2020-04-23 16:28:21 -070026 ]
Harish Mahendrakarcad7f4a2022-06-03 16:58:48 -070027
28 // TODO (b/229286407) Add EncodeDecodeTest and DecodeEditEncodeTest to
29 // platinum-postsubmit once issues in cuttlefish are fixed
Ray Essickd4ef98e2020-04-23 16:28:21 -070030}