summaryrefslogtreecommitdiff
path: root/cmds/dumpstate/TEST_MAPPING
blob: 839a2c30231cac0bafcdad8283ea49ac83868837 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "presubmit": [
    {
      "name": "BugreportManagerTestCases",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.LargeTest"
        }
      ]
    },
    {
      "name": "dumpstate_smoke_test"
    },
    {
      "name": "dumpstate_test"
    }
  ],
  "postsubmit": [
    {
      "name": "BugreportManagerTestCases"
    }
  ],
  "imports": [
    {
      "path": "frameworks/base/packages/Shell"
    }
  ]
}