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

Commit dd8f893b authored by Mårten Kongstad's avatar Mårten Kongstad Committed by Todd Kennedy
Browse files

OMS: add TEST_MAPPING

The tests for the overlay manager are comprised of

  - FrameworksServicesTests (part of)
  - OverlayDeviceTests
  - OverlayHostTests
  - CtsAppSecurityHostTestCases (part of)

Add a TEST_MAPPING file to track all of the above.

Bug: 130257644
Test: atest --test-mapping $ANDROID_BUILD_TOP/frameworks/base/core/java/android/content/om/TEST_MAPPING
Change-Id: I401179709e000bf6b41af99d548be732b9a03a34
parent 090cb136
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.om"
        }
      ]
    },
    {
      "name": "OverlayDeviceTests"
    },
    {
      "name": "OverlayHostTests"
    },
    {
      "name": "CtsAppSecurityHostTestCases",
      "options": [
        {
          "include-filter": "android.appsecurity.cts.OverlayHostTest"
        }
      ]
    }
  ]
}