libbinder: Move binderRpcTest to "presubmit-large"

It has gotten too big and is timing out. Moving to the "large" presbumit
group as a temp fix.

Test: TH
Bug: 238037929
Change-Id: I28442e9c94f01af10de466e7866fdb316fc771b9
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING
index 0232f50..93ea282 100644
--- a/libs/binder/TEST_MAPPING
+++ b/libs/binder/TEST_MAPPING
@@ -28,9 +28,6 @@
       "name": "binderLibTest"
     },
     {
-      "name": "binderRpcTest"
-    },
-    {
       "name": "binderStabilityTest"
     },
     {
@@ -84,7 +81,12 @@
       "name": "rustBinderSerializationTest"
     }
   ],
- "hwasan-presubmit": [
+  "presubmit-large": [
+    {
+      "name": "binderRpcTest"
+    }
+  ],
+  "hwasan-presubmit": [
     {
       "name": "binderLibTest"
     }