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