frameworks/libs/utils: Add test mapping am: 1dac00b2d5 am: 9255c5bee3

Change-Id: I0c566eee8e968487ba9d0669dcc533cd39b2e934
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..40d7b8e
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,18 @@
+// Add tests for all the mainline modules relying on this library.
+{
+  "presubmit": [
+    {
+      // Unit tests for service-wifi.jar
+      "name": "FrameworksWifiTests"
+    },
+    {
+      // Unit tests for framework-wifi.jar
+      "name": "FrameworksWifiApiTests"
+    }
+    // TODO: Re-enable when this is stable.
+    // {
+      // Wifi CTS tests
+      // "name": "CtsWifiTestCases"
+    // }
+  ]
+}