From e0e2d5760078be8127c7823b92d32019b6be7d7c Mon Sep 17 00:00:00 2001 From: Sebastiano Barezzi Date: Fri, 26 Jan 2024 17:27:35 +0100 Subject: [PATCH] sdm660-common: Use the fragment for QTI vibrator HAL --- sdm660.mk | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sdm660.mk b/sdm660.mk index dee564df..ffe7b8a5 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -589,10 +589,7 @@ PRODUCT_SOONG_NAMESPACES += \ # Vibrator PRODUCT_PACKAGES += \ - vendor.qti.hardware.vibrator.service - -PRODUCT_COPY_FILES += \ - vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml +$(call inherit-product, vendor/qcom/opensource/vibrator/vibrator-vendor-product.mk) # VNDK PRODUCT_PACKAGES += \