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

Commit e267ff67 authored by Daniel Norman's avatar Daniel Norman
Browse files

Adds TEST_MAPPING for accessibility SystemUI code & tests.

Bug: 267225211
Test: atest --collect-tests-only --test-mapping \
        packages/SystemUI/src/com/android/systemui/accessibility
Change-Id: Ic4a529ea3267a3ed70ebf2be7f60b6dbba11e8c6
parent 307cdb4d
Loading
Loading
Loading
Loading
+12 −0
Original line number Original line Diff line number Diff line
{
  "postsubmit": [
    {
      "name": "SystemUITests",
      "options": [
        {
          "include-filter": "com.android.systemui.accessibility"
        }
      ]
    }
  ]
}
+7 −0
Original line number Original line Diff line number Diff line
{
  "imports": [
    {
      "path": "packages/SystemUI/src/com/android/systemui/accessibility/TEST_MAPPING"
    }
  ]
}