// for frameworks/av/media
{
    "presubmit": [
        // 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"
                }
            ]
        },
        {
            "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.WidevineYouTubePerformanceTests"
                }
            ]
        }
    ],

    "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"
                }
            ]
        }
    ]
}
