summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
blob: 0911e0d910e03d9204c538f34654c3793913eab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "presubmit": [
        {
            "name": "PermissionControllerMockingTests"
        },
        {
            "name": "CtsRoleTestCases",
            "options": [
                {
                    "exclude-annotation": "androidx.test.filters.FlakyTest"
                }
            ],
            "file_patterns": ["res/xml/roles\\.xml"]
        }
    ],
    "imports": [
        {
            "path": "vendor/xts/gts-tests/hostsidetests/permissioncontroller"
        }
    ]
}