| // for frameworks/av/media |
| { |
| "presubmit-large": [ |
| // runs whenever we change something in this tree |
| { |
| "name": "CtsMediaTestCases", |
| "options": [ |
| { |
| "include-filter": "android.media.cts.EncodeDecodeTest" |
| } |
| ] |
| }, |
| { |
| "name": "CtsMediaTestCases", |
| "options": [ |
| { |
| "include-filter": "android.media.cts.DecodeEditEncodeTest" |
| } |
| ] |
| } |
| ], |
| "presubmit": [ |
| { |
| "name": "GtsMediaTestCases", |
| "options" : [ |
| { |
| "include-annotation": "android.platform.test.annotations.Presubmit" |
| }, |
| { |
| "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests" |
| }, |
| { |
| "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests" |
| } |
| ] |
| } |
| ], |
| |
| "imports": [ |
| { |
| "path": "frameworks/av/drm/mediadrm/plugins" |
| } |
| ], |
| |
| "platinum-postsubmit": [ |
| // runs regularly, independent of changes in this tree. |
| // signals if changes elsewhere break media functionality |
| { |
| "name": "CtsMediaTestCases", |
| "options": [ |
| { |
| "include-filter": "android.media.cts.EncodeDecodeTest" |
| } |
| ] |
| }, |
| { |
| "name": "CtsMediaTestCases", |
| "options": [ |
| { |
| "include-filter": "android.media.cts.DecodeEditEncodeTest" |
| } |
| ] |
| } |
| ] |
| } |