Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 027d3539 authored by Robert Shih's avatar Robert Shih Committed by Gerrit Code Review
Browse files

Merge "TEST_MAPPING: only run CtsMediaDrmFrameworkTestCases on drm changes"

parents 59a368a4 96dd9314
Loading
Loading
Loading
Loading
+8 −5
Original line number Diff line number Diff line
@@ -34,12 +34,15 @@
                }
            ],
            "file_patterns": ["(?i)drm|crypto"]
        },
        {
            "name": "CtsMediaDrmFrameworkTestCases",
            "options" : [
                {
                    "include-annotation": "android.platform.test.annotations.Presubmit"
                }
            ],

    "imports": [
        {
            "path": "frameworks/av/drm/mediadrm/plugins"
            "file_patterns": ["(?i)drm|crypto"]
        }
    ],