Stop packaging test HALs in debug/eng builds for VTS tests

They will now be pushed via AndroidTest.xml

Test: run VTS tests

Change-Id: I4180063dcab72bbd6701088f43c9e3fead152353
diff --git a/device.mk b/device.mk
index 6b8fb05..f6ad2da 100644
--- a/device.mk
+++ b/device.mk
@@ -294,14 +294,6 @@
 
 # Library used for VTS tests  (only for userdebug and eng builds)
 ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT)))
-# 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 \