diff options
author | 2019-03-23 12:40:01 -0600 | |
---|---|---|
committer | 2019-03-24 17:24:56 -0600 | |
commit | 95d29ee69a740bf54cfbce1d4229d9a8ae49291c (patch) | |
tree | f8c987a0db44ae88c313ccc2b548d63d1971afe7 /TEST_MAPPING | |
parent | 6cf27b96b396de6e937fb6b4d975254254acbd08 (diff) |
Sprinkle in some TEST_MAPPING.
Bug: 112545973
Test: manual
Change-Id: I96ef890d6114218dbf245fcdd551bef4b17f804a
Diffstat (limited to 'TEST_MAPPING')
-rw-r--r-- | TEST_MAPPING | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/TEST_MAPPING b/TEST_MAPPING new file mode 100644 index 000000000..f9008114b --- /dev/null +++ b/TEST_MAPPING @@ -0,0 +1,15 @@ +{ + "presubmit": [ + { + "name": "MediaProviderTests" + }, + { + "name": "CtsProviderTestCases", + "options": [ + { + "include-annotation": "android.platform.test.annotations.Presubmit" + } + ] + } + ] +} |