From 9f5dcf90da1faaa5b4c9bcbe04220f98a928e0b1 Mon Sep 17 00:00:00 2001 From: Alcatraz323 Date: Fri, 9 Jun 2023 18:04:52 +0800 Subject: [PATCH] sdm660-common: correct excluded-input-devices.xml location Signed-off-by: pix106 --- sdm660.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdm660.mk b/sdm660.mk index 567d2342..fe45636d 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -611,7 +611,7 @@ PRODUCT_PACKAGES += \ vendor.qti.hardware.vibrator.service PRODUCT_COPY_FILES += \ - vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/vendor/etc/excluded-input-devices.xml + vendor/qcom/opensource/vibrator/excluded-input-devices.xml:$(TARGET_COPY_OUT_VENDOR)/etc/excluded-input-devices.xml # VNDK PRODUCT_PACKAGES += \