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

Commit de0ebefc 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: If467a9da76686a65d9cc11a322bc85ec825275e4
parents 124e80c5 77911d25
Loading
Loading
Loading
Loading
+6 −1
Original line number Original line Diff line number Diff line
@@ -20,7 +20,12 @@
        },
        },
        {
        {
            "file_patterns": ["(/|^)AppOpsManager.java"],
            "file_patterns": ["(/|^)AppOpsManager.java"],
            "name": "UidAtomTests:testAppOps"
            "name": "CtsStatsdHostTestCases",
            "options": [
                {
                    "include-filter": "android.cts.statsd.atom.UidAtomTests"
                }
            ]
        },
        },
        {
        {
            "file_patterns": ["(/|^)AppOpsManager.java"],
            "file_patterns": ["(/|^)AppOpsManager.java"],
+6 −1
Original line number Original line Diff line number Diff line
@@ -45,7 +45,12 @@
            ]
            ]
        },
        },
        {
        {
            "name": "UidAtomTests:testAppOps"
            "name": "CtsStatsdHostTestCases",
            "options": [
                {
                    "include-filter": "android.cts.statsd.atom.UidAtomTests"
                }
            ]
        }
        }
    ]
    ]
}
}