summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 07320c9fd4ee74e0681404ff80e8a8405534548b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "presubmit": [
    {
      "name": "libbinderthreadstateutils_test"
    },
    {
      "name": "SettingsGoogleUnitTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        }
      ]
    },
    {
       "name": "CtsOsTestCases",
       "options": [
           {
              "include-filter": "android.os.cts.HwBinderTest"
           }
       ]
    }
  ]
}