Add binder TEST_MAPPING files.

SM also includes these since binder tests tend to rely on the SM.

Test: atest binderDriverInterfaceTest binderValueTypeTest binderTextOutputTest
Bug: 137203409
Change-Id: I0f4822af3937bc320c733466b26ffb24e84d8598
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING
new file mode 100644
index 0000000..91b75c7
--- /dev/null
+++ b/libs/binder/TEST_MAPPING
@@ -0,0 +1,13 @@
+{
+  "presubmit": [
+    {
+      "name": "binderDriverInterfaceTest"
+    },
+    {
+      "name": "binderValueTypeTest"
+    },
+    {
+      "name": "binderTextOutputTest"
+    }
+  ]
+}