From e2b0462e29b8732ae1a2e4c70bbbfcebd24e8b9a Mon Sep 17 00:00:00 2001 From: pjgowtham Date: Thu, 21 Jul 2022 15:14:40 +0530 Subject: [PATCH] sdm710-common: Use qti vibrator aidl hal --- sdm710.mk | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sdm710.mk b/sdm710.mk index 9dcb229..d502399 100644 --- a/sdm710.mk +++ b/sdm710.mk @@ -445,9 +445,11 @@ PRODUCT_PACKAGES += \ # Vibrator PRODUCT_PACKAGES += \ - android.hardware.vibrator@1.0-impl \ - android.hardware.vibrator@1.0-service + vendor.qti.hardware.vibrator.service \ +PRODUCT_COPY_FILES += \ + vendor/qcom/opensource/vibrator/excluded-input-devices.xml:vendor/etc/excluded-input-devices.xml + # WiFi PRODUCT_PACKAGES += \ android.hardware.wifi@1.0-service \