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

Commit 759ab8c9 authored by Philip P. Moltmann's avatar Philip P. Moltmann
Browse files

More TEST_MAPPING for role + permissions

- test role tests when role system-server components are changes
- test StatsLog atoms

Test: atest --test-mapping frameworks/base/services/core/java/com/android/server/role/:presubmit
      atest --test-mapping frameworks/base/services/core/java/com/android/server/pm/permission/:presubmit

Change-Id: I227a3a7b02fde9feae643ce993d1039bde8c3464
parent ecc418c4
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