Merge "Add rustBinderTestService to general-tests suite" am: c5af19c578 am: 07d88cbc1d am: f3400a30c0 am: 4afe4d5942 am: 4dbc9223bb

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1401108

Change-Id: Ia77c69fbf733ca8bab6202dcbe4953d66d497665
diff --git a/libs/binder/rust/tests/Android.bp b/libs/binder/rust/tests/Android.bp
index 7127110..622604f 100644
--- a/libs/binder/rust/tests/Android.bp
+++ b/libs/binder/rust/tests/Android.bp
@@ -21,4 +21,8 @@
     // this cannot be the same as the module name.
     stem: "rustBinderTestServiceBinary",
     test_harness: false,
+    // TODO(b/164473602): Remove this setting and add the module to `data`
+    // attribute of rustBinderTest.
+    auto_gen_config: false,
+    test_suites: ["general-tests"],
 }