media TEST_MAPPING: run CtsMediaDrmFrameworkTestCases on drm changes

Bug: 234785843
Test: atest frameworks/base/media
Change-Id: Id24077610920f4f5df91ae16af75bd82fbe68174
This commit is contained in:
Robert Shih
2022-07-01 20:43:43 +00:00
parent d28b6833d1
commit 4f700d4406

View File

@@ -22,11 +22,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"]
}
]
}