Add a dedicated Mainline Test Mapping group for ADBD.

Test of *all* Mainline modules are currently configured in a single
`mainline-presubmit` Test Mapping group. This requires that users indicate the
module to install in every entry and is quite tedious.

The above approach also adds overhead due to installing, checking for, and
uninstalling Mainline modules between test module executions. This eats up
precious presubmit time and gets runtimes close to violating the SLO.

This change moves all ADBD Mainline module tests into a dedicated
Test Mapping group that installs the Mainline module once before executing all
test modules. This also simplifies the configuration syntax by no longer
requiring brackets that indicate the, now implicit, Mainline module.

Bug: 328102821
Test: presubmit checks
(cherry picked from https://googleplex-android-review.googlesource.com/q/commit:e15bd89957c3767128cec5b57b7301e58aab9644)
Merged-In: I3d2ba57bf769413cfcc1e9f3431247cd686c549c
Change-Id: I3d2ba57bf769413cfcc1e9f3431247cd686c549c
diff --git a/TEST_MAPPING b/TEST_MAPPING
index e3e22d7..bbaab1d 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,4 +1,21 @@
 {
+  "adbd-mainline-presubmit": [
+    {
+      "name": "adbd_test"
+    },
+    {
+      "name": "adb_crypto_test"
+    },
+    {
+      "name": "adb_pairing_auth_test"
+    },
+    {
+      "name": "adb_pairing_connection_test"
+    },
+    {
+      "name": "adb_tls_connection_test"
+    }
+  ],
   "mainline-presubmit": [
     {
       "name": "adbd_test[com.google.android.adbd.apex]"