Merge "packages/modules/Wifi: configure TEST_MAPPING" am: 9882d48414 am: be39e20f02

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Wifi/+/1536753

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: Iccbf798120829173b96d06a5ca73d806b31d9db1
diff --git a/framework/TEST_MAPPING b/framework/TEST_MAPPING
new file mode 100644
index 0000000..95e57a7
--- /dev/null
+++ b/framework/TEST_MAPPING
@@ -0,0 +1,12 @@
+{
+  "presubmit": [
+    {
+      "name": "FrameworksWifiApiTests"
+    },
+    {
+      // run service unit tests for API changes (since API changes can break service, but not the
+      // other way around)
+      "name": "FrameworksWifiTests"
+    }
+  ]
+}