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

Commit 66e7820c authored by Hui Yu's avatar Hui Yu
Browse files

Fix appops TEST_MAPPING.

Bug: 155714224
Test: atest --test-mapping frameworks/base/services/core/java/com/android/server/appop:all
Change-Id: Ifd708291679e47b0d8185fefefda31d5780a4e0d
parent ddb28a55
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -37,7 +37,12 @@
            ]
        },
        {
            "name": "CtsAppTestCases:ActivityManagerApi29Test"
            "name": "CtsAppTestCases",
            "options": [
                {
                    "include-filter": "android.app.cts.ActivityManagerApi29Test"
                }
            ]
        },
        {
            "name": "UidAtomTests:testAppOps"