summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHridya Valsaraju <hridya@google.com>2017-04-03 08:53:34 -0700
committerZhuoyao Zhang <zhuoyao@google.com>2017-05-10 13:19:24 -0700
commitca71b8ebb4436ac4e9397071dd652589f6151f65 (patch)
treeb8b8308e4abe4f3d33c44a4391279dd8bc9d47a1
parent81f327d5a743a8f149e4e44cf1a1ea773cb54e92 (diff)
downloadangler-n-iot-preview-4.tar.gz
Stop packaging test HALs in debug/eng builds for VTS testsandroid-o-preview-3android-n-iot-preview-4n-iot-preview-4
They will now be pushed via AndroidTest.xml Test: run VTS tests Change-Id: I4180063dcab72bbd6701088f43c9e3fead152353
-rw-r--r--device.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/device.mk b/device.mk
index 6b8fb05..f6ad2da 100644
--- a/device.mk
+++ b/device.mk
@@ -294,14 +294,6 @@ PRODUCT_PACKAGES += \
# 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 \