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

Commit eb013b27 authored by Marvin Ramin's avatar Marvin Ramin
Browse files

Update MediaProjection TEST_MAPPING files

Run all relevant tests for changes to MediaProjection code changes

Bug: 401234854
Test: presubmit
Flag: TEST_ONLY
Change-Id: I43684532d4b735b5f03e18471d341ca71a407710
parent 8e03e1f7
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{
  "presubmit": [
  "imports": [
    {
      "name": "MediaProjectionTests"
      "path": "frameworks/base/services/core/java/com/android/server/media/projection"
    }
  ]
}
 No newline at end of file
+7 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "MediaProjectionTests"
    }
  ]
}
+28 −0
Original line number Diff line number Diff line
@@ -2,6 +2,34 @@
  "presubmit": [
    {
      "name": "MediaProjectionTests"
    },
    {
      "name": "CtsMediaProjectionTestCases"
    },
    {
      "name": "CtsMediaProjectionSDK33TestCases"
    },
    {
      "name": "CtsMediaProjectionSDK34TestCases"
    },
    {
      "name": "CtsMediaAudioTestCases",
      "options": [
        {
          "include-filter": "android.media.audio.cts.RemoteSubmixTest"
        },
        {
          "include-filter": "android.media.audio.cts.AudioPlaybackCaptureTest"
        }
      ]
    },
    {
      "name": "CtsStatsdAtomHostTestCases",
      "options": [
        {
          "include-filter": "android.cts.statsdatom.media.projection.MediaProjectionAtomsTests"
        }
      ]
    }
  ]
}