Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ce83543 authored by Philip P. Moltmann's avatar Philip P. Moltmann Committed by Android (Google) Code Review
Browse files

Merge "More TEST_MAPPING for role + permissions"

parents 24e3c2f2 759ab8c9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -18,6 +18,14 @@
                    "include-filter": "android.permission.cts.SplitPermissionTest"
                }
            ]
        },
        {
            "name": "CtsStatsdHostTestCases",
            "options": [
                {
                    "include-filter": "android.cts.statsd.atom.UidAtomTests#testDangerousPermissionState"
                }
            ]
        }
    ]
}
 No newline at end of file
+15 −0
Original line number Diff line number Diff line
{
    "presubmit": [
        {
            "name": "CtsStatsdHostTestCases",
            "options": [
                {
                    "include-filter": "android.cts.statsd.atom.UidAtomTests#testRoleHolder"
                }
            ]
        },
        {
            "name": "CtsRoleTestCases"
        }
    ]
}
 No newline at end of file