summaryrefslogtreecommitdiff
path: root/services/tests/servicestests/src/com/android/server/os/TEST_MAPPING
blob: 06e7002924a7c4f9a335caa471631c23e11fe712 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "presubmit": [
    {
      "name": "FrameworksServicesTests",
      "options": [
        {
          "include-filter": "com.android.server.os."
        }
      ]
    }
  ],
  "postsubmit": [
    {
      // b/331020193, Move to presubmit early april 2024
      "name": "FrameworksServicesTests_os"
    }
  ]
}