Add aidl_lazy_test to presubmit

This will ensure that changes to binder and ServiceManager don't break dynamic services.

Bug: 147380480
Test: atest (Running from this directory successfully includes aidl_lazy_test)
Change-Id: I65db12c639b7ddb31be90f03522c2b1bfff5a9bf
diff --git a/libs/binder/TEST_MAPPING b/libs/binder/TEST_MAPPING
index b3afd81..922504e 100644
--- a/libs/binder/TEST_MAPPING
+++ b/libs/binder/TEST_MAPPING
@@ -20,6 +20,9 @@
     },
     {
       "name": "CtsNdkBinderTestCases"
+    },
+    {
+      "name": "aidl_lazy_test"
     }
   ]
 }