Add tests for TreeHugger Presubmit.

common_time and mediadrm only has OWNERS file
for now, so no TEST_MAPPING FILE is added.

Bug: 155319496

Test: atest
Change-Id: Ie4d27837a3acdc554c4c4f259ad1ed25c1088e5b
gugelfrei
Edwin Wong 4 years ago
parent 25b1e25a72
commit d813954e55

@ -0,0 +1,26 @@
{
"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"
}
]
}
]
}

@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/av/include/drm"
}
]
}

@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/av/include/drm"
}
]
}
Loading…
Cancel
Save