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

Commit a8714179 authored by easoncylee's avatar easoncylee Committed by Automerger Merge Worker
Browse files

Fix mis-configuration of TEST_MAPPING file. am: 3e213cff am: 77911d25

Change-Id: Iebaef4b1c76b3ebe2eecf715a37c0354031c9a86
parents c4ff7cb8 77911d25
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -20,7 +20,12 @@
        },
        {
            "file_patterns": ["(/|^)AppOpsManager.java"],
            "name": "UidAtomTests:testAppOps"
            "name": "CtsStatsdHostTestCases",
            "options": [
                {
                    "include-filter": "android.cts.statsd.atom.UidAtomTests"
                }
            ]
        },
        {
            "file_patterns": ["(/|^)AppOpsManager.java"],
+6 −1
Original line number Diff line number Diff line
@@ -45,7 +45,12 @@
            ]
        },
        {
            "name": "UidAtomTests:testAppOps"
            "name": "CtsStatsdHostTestCases",
            "options": [
                {
                    "include-filter": "android.cts.statsd.atom.UidAtomTests"
                }
            ]
        }
    ]
}