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

Commit ac516c27 authored by Stanislav Zholnin's avatar Stanislav Zholnin Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12000934

Change-Id: Ib5d2ea2b9b069b1c40a8892359a3f4797b0d2c15
parents 7565863c ebe2773f
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"
                }
            ]
        }        
    ]
}