Merge RP1A.200417.001

Change-Id: I6adf27e9d89f68c7ed508ef26192db65da912f55
diff --git a/OWNERS b/OWNERS
new file mode 100644
index 0000000..d3d3f16
--- /dev/null
+++ b/OWNERS
@@ -0,0 +1,4 @@
+dariofreni@google.com
+hackbod@google.com
+narayan@google.com
+omakoto@google.com
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"
+    // }
+  ]
+}