Fix mis-configuration of TEST_MAPPING file. am: 3e213cffec

Change-Id: I6d05af5f6805d16cfd78bdcb5c8286de9d4a3028
This commit is contained in:
easoncylee
2020-05-24 23:34:52 +00:00
committed by Automerger Merge Worker
2 changed files with 12 additions and 2 deletions

View File

@@ -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"],

View File

@@ -45,7 +45,12 @@
]
},
{
"name": "UidAtomTests:testAppOps"
"name": "CtsStatsdHostTestCases",
"options": [
{
"include-filter": "android.cts.statsd.atom.UidAtomTests"
}
]
}
]
}