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

Commit f371874f authored by Iván Budnik's avatar Iván Budnik
Browse files

Add servicetests/media to TEST_MAPPING

This change adds all tests under servicetests/media to presubmit for
changes under android/server/media.

Bug: 244312001
Test: cd frameworks/base/services/core/java/com/android/server/media &&
atest

Change-Id: I5de7e1d98f8ec12b7e7cf6e933003b76e23eac40
parent 84dd7bc1
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -2,6 +2,14 @@
  "presubmit": [
    {
      "name": "CtsMediaBetterTogetherTestCases"
    },
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.media"
        }
      ]
    }
  ]
}