Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d813954e authored by Edwin Wong's avatar Edwin Wong
Browse files

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
parent 25b1e25a
Loading
Loading
Loading
Loading
+26 −0
Original line number Original line Diff line number Diff line
{
  "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"
        }
      ]
    }
  ]
}
+7 −0
Original line number Original line Diff line number Diff line
{
  "imports": [
    {
      "path": "frameworks/av/include/drm"
    }
  ]
}
+7 −0
Original line number Original line Diff line number Diff line
{
  "imports": [
    {
      "path": "frameworks/av/include/drm"
    }
  ]
}