diff options
Diffstat (limited to 'media/TEST_MAPPING')
-rw-r--r-- | media/TEST_MAPPING | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/media/TEST_MAPPING b/media/TEST_MAPPING index 4ec4767a35cc..23ee5055f5cc 100644 --- a/media/TEST_MAPPING +++ b/media/TEST_MAPPING @@ -1,6 +1,9 @@ { "presubmit": [ { + "name": "mediaroutertest" + }, + { "name": "CtsCameraTestCases", "options" : [ { @@ -22,11 +25,15 @@ } ], "file_patterns": ["(?i)drm|crypto"] - } - ], - "imports": [ + }, { - "path": "frameworks/av/drm/mediadrm/plugins" + "name": "CtsMediaDrmFrameworkTestCases", + "options" : [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + } + ], + "file_patterns": ["(?i)drm|crypto"] } ] } |