From 1af0098b687c328d7cb328349030c69879da8b6f Mon Sep 17 00:00:00 2001 From: Hridya Valsaraju Date: Mon, 3 Apr 2017 08:54:41 -0700 Subject: Stop packaging FMQ unit test/benchmark default impl in debug builds They will now be pushed via AndroidTest.xml. Test: run VTS tests Change-Id: I42a524be9d38c53ecdca1030e5de489c181c2ce9 --- device.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/device.mk b/device.mk index 18ac6a6..315b657 100644 --- a/device.mk +++ b/device.mk @@ -275,9 +275,6 @@ ifneq (,$(filter userdebug eng, $(TARGET_BUILD_VARIANT))) PRODUCT_PACKAGES += \ libvts_profiling \ libvts_multidevice_proto -# Test HAL for FMQ performance benchmark. -PRODUCT_PACKAGES += \ - android.hardware.tests.msgq@1.0-impl endif PRODUCT_PACKAGES += \ -- cgit v1.2.3