diff options
-rw-r--r-- | media/TEST_MAPPING | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/media/TEST_MAPPING b/media/TEST_MAPPING new file mode 100644 index 000000000000..6dc0c6f5b676 --- /dev/null +++ b/media/TEST_MAPPING @@ -0,0 +1,32 @@ +{ + "presubmit": [ + { + "name": "GtsMediaTestCases", + "options" : [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + }, + { + "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests" + } + ] + }, + { + "name": "GtsExoPlayerTestCases", + "options" : [ + { + "include-annotation": "android.platform.test.annotations.SocPresubmit" + }, + { + "include-filter": "com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed" + } + ] + } + ], + "imports": [ + { + "path": "frameworks/av/drm/mediadrm/plugins" + } + ] +} + |