Sprinkle in some TEST_MAPPING.

Bug: 139356941
Test: atest --test-mapping packages/providers/ContactsProvider
Change-Id: Ib74179c55d3699e7c1734a87ffb29dd60414e0d0
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..c66ff24
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,15 @@
+{
+    "presubmit": [
+        {
+            "name": "ContactsProviderTests"
+        },
+        {
+            "name": "CtsProviderTestCases",
+            "options": [
+                {
+                    "include-filter": "android.provider.cts.contacts."
+                }
+            ]
+        }
+    ]
+}