Add  android.hardware.tests.msgq@1.0-impl to userdebug builds

Bug: 36355509
Test: run vts -m FmqPerformanceTest
This is to enable running FMQ benchmarks using VTS.

Change-Id: Ifa2e51647c74eac1a32bc724216f77f0a1f467dd
diff --git a/device-common.mk b/device-common.mk
index e7e4a99..755015b 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -374,10 +374,14 @@
 
 # Library used for VTS tests  (only for userdebug and eng builds)
 ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
-# Test HAL for hwbinder performance benchamrk.
+# Test HAL for hwbinder performance benchmark.
 PRODUCT_PACKAGES += \
      android.hardware.tests.libhwbinder@1.0-impl
 
+# Test HAL for FMQ performance benchmark.
+PRODUCT_PACKAGES += \
+     android.hardware.tests.msgq@1.0-impl
+
 # For VTS profiling.
 PRODUCT_PACKAGES += \
      libvts_profiling \