summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorHridya Valsaraju <hridya@google.com>2017-03-27 22:39:15 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-03-27 22:39:15 +0000
commitd8371a9474efa4bbd0c88187a09b29eb6755ee81 (patch)
tree445ca8e2112d28138e716b4aaaf7bc03ff6970a7 /device.mk
parent6caff104a853fe80a15bfcdfa31d29055cb11092 (diff)
parentc7a6b5a95d1f085b60e49e066eae4121de581aa7 (diff)
downloadbullhead-d8371a9474efa4bbd0c88187a09b29eb6755ee81.tar.gz
Add android.hardware.tests.msgq@1.0-impl to userdebug builds
am: c7a6b5a95d Change-Id: I9cff83db81d19a6eb372602dcff54cd34ff1d9c6
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/device.mk b/device.mk
index f545820..4752123 100644
--- a/device.mk
+++ b/device.mk
@@ -275,6 +275,9 @@ 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 += \