diff options
author | 2019-08-28 14:20:42 -0600 | |
---|---|---|
committer | 2019-08-28 14:20:44 -0600 | |
commit | 746a3b97980a0acc92ab0516efe2dd6dba1d8175 (patch) | |
tree | 9d3a4107fe3a15c31651f7b107615a0812234260 /TEST_MAPPING | |
parent | ec75f6208405619fc1d3b73607ddcbd92024ee33 (diff) |
Sprinkle in some TEST_MAPPING.
Bug: 112545973
Test: atest --test-mapping packages/providers/MediaProvider
Change-Id: I24659e894b7d5cbedfe30eb2da46590a48995f52
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING index f9008114b..f557089e3 100644 --- a/TEST_MAPPING +++ b/TEST_MAPPING @@ -7,7 +7,7 @@ "name": "CtsProviderTestCases", "options": [ { - "include-annotation": "android.platform.test.annotations.Presubmit" + "include-filter": "android.provider.cts.media." } ] } |