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

Commit ebe2773f authored by Stanislav Zholnin's avatar Stanislav Zholnin Committed by Android (Google) Code Review
Browse files

Merge "Add testAppOps test to TEST_MAPPING." into rvc-dev

parents acd4508f 2a4f9255
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -27,6 +27,15 @@
                }
            ]
        },
        {
            "file_patterns": ["(/|^)AppOpsManager.java"],
            "name": "CtsStatsdHostTestCases",
            "options": [
                {
                    "include-filter": "android.cts.statsd.atom.UidAtomTests#testAppOps"
                }
            ]
        },
        {
            "file_patterns": ["(/|^)AppOpsManager.java"],
            "name": "CtsPermission2TestCases",
+9 −1
Original line number Diff line number Diff line
@@ -43,6 +43,14 @@
                    "include-filter": "android.app.cts.ActivityManagerApi29Test"
                }
            ]
        },
        {
            "name": "CtsStatsdHostTestCases",
            "options": [
                {
                    "include-filter": "android.cts.statsd.atom.UidAtomTests#testAppOps"
                }
            ]
        }        
    ]
}