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