You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.7 KiB
66 lines
1.7 KiB
// 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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|