From e23c170daa7ee42384a2b363c34e496a8898a3ae Mon Sep 17 00:00:00 2001 From: Ratoriku Date: Sat, 1 Jan 2022 11:02:09 +0800 Subject: [PATCH] sdm660-common: Copy excluded-input-devices.xml from main source * Since there are no need for us to do any specific changes here Signed-off-by: Ratoriku Signed-off-by: raiyanbinmohsin Signed-off-by: pix106 --- configs/excluded-input-devices.xml | 31 ------------------------------ sdm660.mk | 2 +- 2 files changed, 1 insertion(+), 32 deletions(-) delete mode 100644 configs/excluded-input-devices.xml diff --git a/configs/excluded-input-devices.xml b/configs/excluded-input-devices.xml deleted file mode 100644 index cc22d2ab..00000000 --- a/configs/excluded-input-devices.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/sdm660.mk b/sdm660.mk index ec8f7c09..dc361fc0 100644 --- a/sdm660.mk +++ b/sdm660.mk @@ -587,7 +587,7 @@ PRODUCT_PACKAGES += \ vendor.qti.hardware.vibrator.service PRODUCT_COPY_FILES += \ - $(COMMON_PATH)/configs/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)/vendor/etc/excluded-input-devices.xml # VNDK PRODUCT_PACKAGES += \