msgq test service in VTS am: 46e2487ac0 am: 3f20d8ba0f am: 01589d9fcf am: cd52cff015

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1425309

Change-Id: Ifc4b43f5f4212313dfdccf19e7b9f59b1f246bc4
diff --git a/tests/msgq/1.0/default/Android.bp b/tests/msgq/1.0/default/Android.bp
index 75bdca1..9c1b3f9 100644
--- a/tests/msgq/1.0/default/Android.bp
+++ b/tests/msgq/1.0/default/Android.bp
@@ -79,7 +79,11 @@
             suffix: "64",
         },
     },
-    test_suites: ["general-tests"],
+    test_suites: [
+        "general-tests",
+        "vts",
+    ],
+    auto_gen_config: false,
 
     // Allow dlsym'ing self for statically linked passthrough implementations
     ldflags: ["-rdynamic"],