Merge "Add GTS tests for TreeHugger presubmit" into rvc-dev

gugelfrei
Edwin Wong 4 years ago committed by Android (Google) Code Review
commit 95963560af

@ -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"
}
]
}
Loading…
Cancel
Save